Spread Silverlight Documentation
ActivePaneIndex Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : ActivePaneIndex Property
Gets or sets the index of the active pane.
Syntax
'Declaration
 
Property ActivePaneIndex As System.Integer
'Usage
 
Dim instance As IExcelWorkbook
Dim value As System.Integer
 
instance.ActivePaneIndex = value
 
value = instance.ActivePaneIndex
System.int ActivePaneIndex {get; set;}

Property Value

The index of the active pane.
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members