SpreadsheetGear Namespace > IWorksheetWindowInfo Interface : ActiveCell Property |
Returns an instance of IRange representing the active cell.
[Visual Basic]
Overridable ReadOnly Property ActiveCell As IRange
[C#]
virtual IRange ActiveCell {get;}
[C++]
__property virtual IRange* get_ActiveCell();
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
IWorksheetWindowInfo Interface | IWorksheetWindowInfo Members | WindowInfo Property | ActiveCellAreaIndex Property | RangeSelection Property | SetSelection(IRange,IRange,Int32) Method | Activate Method | Select Method
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.