SpreadsheetGear 2017
ActivePane Property (IWorksheetWindowInfo)






SpreadsheetGear Namespace > IWorksheetWindowInfo Interface : ActivePane Property
Returns the active pane.
Syntax
'Declaration
 
ReadOnly Property ActivePane As IPane
'Usage
 
Dim instance As IWorksheetWindowInfo
Dim value As IPane
 
value = instance.ActivePane
IPane ActivePane {get;}
read-only property ActivePane: IPane; 
function get ActivePane : IPane
__property IPane* get_ActivePane();
property IPane^ ActivePane {
   IPane^ get();
}
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