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.

Remarks

Read the Cells section of the Table container article for more information about working with cells.

Exceptions

ArgumentOutOfRangeException

rowCount is less than 1.