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


In This Topic
    NonEmptyRowCount Property (GroupDataModel)
    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 GroupDataModel
    Dim value As Integer
     
    value = instance.NonEmptyRowCount
    public override int NonEmptyRowCount {get;}
    See Also