Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet.ExcelViewportInfo Class / TopRow Field


In This Topic
    TopRow Field
    In This Topic
    Specifies the topmost visible row in the bottom pane.
    Syntax
    'Declaration
     
    Public TopRow As Integer()
    'Usage
     
    Dim instance As ExcelWorksheet.ExcelViewportInfo
    Dim value() As Integer()
     
    value = instance.TopRow
     
    instance.TopRow = value
    public int[] TopRow
    See Also