public method TableCellBuilder.SetRowSpan

Brief

Sets the rowspan for the table cell.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  SetRowSpan (int rowSpan)

Parameters
rowSpan

The rowspan.

Declared in TableCellBuilder

back