Table of Contents

Method ColumnIndex

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

ColumnIndex(int)

Sets the first column index for this cell.

public TableCell ColumnIndex(int columnIndex)

Parameters

columnIndex int

The column index starting from 0.

Returns

TableCell

The updated cell.

Remarks

The library will throw LayoutException during the document rendering if the cell column index + cell column count 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

columnIndex is less than 0.