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.

Remarks

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

Exceptions

ArgumentOutOfRangeException

rowIndex is less than 0.