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.
Exceptions
- ArgumentOutOfRangeException
rowCount
is less than1
.