Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / NonEmptyRowCount Property


In This Topic
    NonEmptyRowCount Property (AggregationDataModel)
    In This Topic
    Gets the number of rows in the model that contain data (bound or unbound).
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property NonEmptyRowCount As Integer
    'Usage
     
    
    Dim instance As AggregationDataModel
    Dim value As Integer
     
    value = instance.NonEmptyRowCount
    public override int NonEmptyRowCount {get;}
    See Also