| 
MergeGroupEventArgs
RowCount Property
  | 
 Gets the count 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 RowCount { get; }
 
Public ReadOnly Property RowCount As Integer
	Get
 
public:
property int RowCount {
	int get ();
}
 
member RowCount : int with get
 
 
 
Property Value
 
 Type:
 
Int32
 
 
 See Also
See Also