Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetRowViewportCount Method / GetRowViewportCount() Method


In This Topic
    GetRowViewportCount() Method
    In This Topic
    Gets the number of viewport rows in the active sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetRowViewportCount() As Integer
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Integer
     
    value = instance.GetRowViewportCount()
    public int GetRowViewportCount()
    See Also