Table of Contents

Method RowIndex

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

RowIndex(int)

Sets the first row index for this cell.

public TableCell RowIndex(int rowIndex)

Parameters

rowIndex int

The row index starting from 0.

Returns

TableCell

The updated cell.

Exceptions

ArgumentOutOfRangeException

rowIndex is less than 0.