IRowsEnumerator
CurrentRowIndex Property
|
Gets the index of the current row.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
int CurrentRowIndex { get; }
ReadOnly Property CurrentRowIndex As Integer
Get
property int CurrentRowIndex {
int get ();
}
abstract CurrentRowIndex : int with get
Property Value
Type:
Int32
See Also