Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / ActivePaneIndex Property


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

    Property Value

    The index of the active pane.
    See Also