Spread Windows Forms 12.0 Product Documentation
RowCount Property (AggregationDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > AggregationDataModel Class : RowCount Property
Gets or sets the number of rows in the group.
Syntax
'Declaration
 
Public Overrides Property RowCount As Integer
'Usage
 
Dim instance As AggregationDataModel
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
public override int RowCount {get; set;}
See Also

Reference

AggregationDataModel Class
AggregationDataModel Members