SpreadsheetGear 2017
ActiveCellAreaIndex Property (IWorksheetWindowInfo)






SpreadsheetGear Namespace > IWorksheetWindowInfo Interface : ActiveCellAreaIndex Property
Returns the index of the area of the active cell.
Syntax
'Declaration
 
ReadOnly Property ActiveCellAreaIndex As System.Integer
'Usage
 
Dim instance As IWorksheetWindowInfo
Dim value As System.Integer
 
value = instance.ActiveCellAreaIndex
System.int ActiveCellAreaIndex {get;}
read-only property ActiveCellAreaIndex: System.Integer; 
function get ActiveCellAreaIndex : System.int
__property System.int get_ActiveCellAreaIndex();
property System.int ActiveCellAreaIndex {
   System.int get();
}
Remarks
A selection may contain multiple areas. This property returns the index of the area which contains the active cell within the selection.
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

IWorksheetWindowInfo Interface
IWorksheetWindowInfo Members
WindowInfo Property
ActiveCell Property
RangeSelection Property
SetSelection(IRange,IRange,Int32) Method
Activate Method
Select Method