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
intThe 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 than1
.