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


In This Topic
    ActiveRowPane Field
    In This Topic
    The index of row pane that is active.
    Syntax
    'Declaration
     
    Public ActiveRowPane As Integer
    'Usage
     
    Dim instance As ExcelWorksheet.ExcelViewportInfo
    Dim value As Integer
     
    value = instance.ActiveRowPane
     
    instance.ActiveRowPane = value
    public int ActiveRowPane
    See Also