Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / ActivePaneIndex Property


In This Topic
    ActivePaneIndex Property (ExcelWorkbook)
    In This Topic
    Gets or sets the index of the active pane.
    Syntax
    'Declaration
     
    Public Property ActivePaneIndex As Integer
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim value As Integer
     
    instance.ActivePaneIndex = value
     
    value = instance.ActivePaneIndex
    public int ActivePaneIndex {get; set;}

    Property Value

    The index of the active pane.
    See Also