SpreadsheetGear 2017
ActiveSheet Property (IWorkbook)






SpreadsheetGear Namespace > IWorkbook Interface : ActiveSheet Property
Returns the active sheet.
Syntax
'Declaration
 
ReadOnly Property ActiveSheet As ISheet
'Usage
 
Dim instance As IWorkbook
Dim value As ISheet
 
value = instance.ActiveSheet
ISheet ActiveSheet {get;}
read-only property ActiveSheet: ISheet; 
function get ActiveSheet : ISheet
__property ISheet* get_ActiveSheet();
property ISheet^ ActiveSheet {
   ISheet^ get();
}
Remarks
Use ActiveWorksheet if you know the sheet will be a worksheet.
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

IWorkbook Interface
IWorkbook Members