SpreadsheetGear Namespace > IPane Interface : Index Property (IPane) |
Returns the index of this pane.
[Visual Basic]
Overridable ReadOnly Property Index As Integer
[C#]
virtual int Index {get;}
[C++]
__property virtual int get_Index();
[C++/CLI]
virtual property int Index {
int get();
}
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
IPane Interface | IPane Members | IPanes Interface | Panes Property | WindowInfo Property
See our live Excel Reporting, Excel Charting, Excel to DataGrid and Excel Calculation Samples.
Copyright © 2003-2007 SpreadsheetGear LLC. All Rights Reserved.
SpreadsheetGear and Spreadsheet Gear are trademarks of SpreadsheetGear LLC.