Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GroupDataModel Class / NonEmptyRowCount Property
Example


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;}

    Property Value

    Integer number of the rows that contain data
    Example
    This example returns the number of non-empty rows and columns.
    See Also