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


In This Topic
    NonEmptyRowCount Property (SheetView)
    In This Topic
    Gets a value that is one more than the index of the last row on this sheet that contains data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NonEmptyRowCount As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    value = instance.NonEmptyRowCount
    public int NonEmptyRowCount {get;}

    Property Value

    Integer number of the number of rows in this sheet that contain data
    Remarks
    This property is only available at run time.
    Example
    See Also