Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INonEmptyCells Interface / NonEmptyRowCount Property


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