Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / INonEmptyCells Interface / NonEmptyRowCount Property
Example


In This Topic
    NonEmptyRowCount Property (INonEmptyCells)
    In This Topic
    Gets the number of rows with data.
    Syntax
    'Declaration
     
    
    ReadOnly Property NonEmptyRowCount As Integer
    'Usage
     
    
    Dim instance As INonEmptyCells
    Dim value As Integer
     
    value = instance.NonEmptyRowCount
    int NonEmptyRowCount {get;}

    Property Value

    Integer number of rows that are not empty
    Remarks
    This method gets a value that is one more than the index of the last row in the model that contains data.
    Example
    See Also