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


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