Gets zero based row index of a cell in a table.

Namespace: Arctorus.Documents.Tables
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int RowIndex { get; }
Visual Basic
Public ReadOnly Property RowIndex As Integer
	Get
Visual C++
public:
property int RowIndex {
	int get ();
}

See Also