public method TableCellBuilder.SetColSpan

Brief

Sets the colspan for the table cell.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  SetColSpan (int colSpan)

Parameters
colSpan

The colspan.

Declared in TableCellBuilder

back