SpreadsheetGear 2023
Index Property (IPane)


SpreadsheetGear Namespace > IPane Interface : Index Property
Returns the index of this pane.
Syntax
'Declaration
 
ReadOnly Property Index As System.Integer
'Usage
 
Dim instance As IPane
Dim value As System.Integer
 
value = instance.Index
System.int Index {get;}
Remarks

If the window has four panes, the values returned by index are:

Upper left = 0

Upper right = 1

Lower left = 2

Lower right = 3

If the window has two panes, the top or left pane is 0 and the bottom or right pane is 1.

If the window has one pane, Index returns 0.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPane Interface
IPane Members
IPanes Interface
Panes Property
WindowInfo Property