MergeFieldEventArgs
RowIndex Property
|
Gets the Row Index.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int RowIndex { get; }
Public ReadOnly Property RowIndex As Integer
Get
public:
property int RowIndex {
int get ();
}
member RowIndex : int with get
Property Value
Type:
Int32
See Also