PageTableAreaCellRowIndex Property |
Gets the row index.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic int RowIndex { get; }
Public ReadOnly Property RowIndex As Integer
Get
public:
property int RowIndex {
int get ();
}
member RowIndex : int with get
Property Value
Type:
Int32A zero-based index of the first row that contains the table cell.
See Also