Table of Contents

Method RowSpan

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

RowSpan(int)

Sets the number of rows to span.

public TableCell RowSpan(int rowCount)

Parameters

rowCount int

The row count.

Returns

TableCell

The updated cell.

Exceptions

ArgumentOutOfRangeException

rowCount is less than 1.