Table of Contents

Method ColumnSpan

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

ColumnSpan(int)

Sets the number of columns to span.

public TableCell ColumnSpan(int columnCount)

Parameters

columnCount int

The column count.

Returns

TableCell

The updated cell.

Remarks

The library will throw LayoutException during the document rendering if the number of cell columns is greater than the number of table columns.

Read the Cells section of the Table container article for more information about working with cells.

Exceptions

ArgumentOutOfRangeException

columnCount is less than 1.