Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / FirstVisibleRow Method


In This Topic
    FirstVisibleRow Method
    In This Topic
    Gets the first visible row.
    Syntax
    'Declaration
     
    
    Public Function FirstVisibleRow() As Integer
    'Usage
     
    
    Dim instance As LayoutManager
    Dim value As Integer
     
    value = instance.FirstVisibleRow()
    public int FirstVisibleRow()

    Return Value

    An integer value represents the index of the first visible row.
    See Also