SpreadsheetGear 2017
ActiveSheet Property (IWorkbookWindowInfo)






SpreadsheetGear Namespace > IWorkbookWindowInfo Interface : ActiveSheet Property
Gets or sets the active sheet.
Syntax
'Declaration
 
Property ActiveSheet As ISheet
'Usage
 
Dim instance As IWorkbookWindowInfo
Dim value As ISheet
 
instance.ActiveSheet = value
 
value = instance.ActiveSheet
ISheet ActiveSheet {get; set;}
read-write property ActiveSheet: ISheet; 
function get,set ActiveSheet : ISheet
__property ISheet* get_ActiveSheet();
__property void set_ActiveSheet( 
   ISheet* value
);
property ISheet^ ActiveSheet {
   ISheet^ get();
   void set (    ISheet^ value);
}
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

IWorkbookWindowInfo Interface
IWorkbookWindowInfo Members
WindowInfo Property