Sets the number of columns to span.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public TableCell ColumnSpan(
int columnCount
)
VB
Public Function ColumnSpan (
columnCount As Integer
) As TableCell
Parameters
- columnCount
- Type: System.Int32
The column count.
Return Value
Type:
TableCellThe updated cell.
Exceptions
Remarks
The library will throw
LayoutException during the document rendering
if the number of cell columns is greater than the number of table columns.
See Also