SpreadsheetGear 2017
ActiveCell Property (IWorksheetWindowInfo)






SpreadsheetGear Namespace > IWorksheetWindowInfo Interface : ActiveCell Property
Returns an instance of IRange representing the active cell.
Syntax
'Declaration
 
ReadOnly Property ActiveCell As IRange
'Usage
 
Dim instance As IWorksheetWindowInfo
Dim value As IRange
 
value = instance.ActiveCell
IRange ActiveCell {get;}
read-only property ActiveCell: IRange; 
function get ActiveCell : IRange
__property IRange* get_ActiveCell();
property IRange^ ActiveCell {
   IRange^ get();
}
Remarks

The active cell is the single active cell within the current selection. To retrieve the entire selection, use the RangeSelection property.

To set the active cell, use the IRange.Activate() method.

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
ActiveCellAreaIndex Property
RangeSelection Property
SetSelection(IRange,IRange,Int32) Method
Activate Method
Select Method