Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetVisibleRowCount Method


In This Topic
    GetVisibleRowCount Method
    In This Topic
    Gets the number of the visible rows.
    Syntax
    'Declaration
     
    
    Public Function GetVisibleRowCount() As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    value = instance.GetVisibleRowCount()
    public int GetVisibleRowCount()
    See Also