| 
MergeGroupEventArgs
RowIndex Property
  | 
 Gets the index of the row.
 Namespace:
 Spire.Doc.Reporting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
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
See Also