Spread Silverlight Documentation
GetWindow Method


A flag indicate whether the window is hidden
A flag indicate whether the window is currently display as an icon.
Get the location of the window, whether it's hidden or currently displayed as an icon
Syntax
'Declaration
 
Function GetWindow( _
   ByRef hidden As System.Boolean, _
   ByRef iconic As System.Boolean _
) As IExcelRect
'Usage
 
Dim instance As IExcelWriter
Dim hidden As System.Boolean
Dim iconic As System.Boolean
Dim value As IExcelRect
 
value = instance.GetWindow(hidden, iconic)
IExcelRect GetWindow( 
   ref System.bool hidden,
   ref System.bool iconic
)

Parameters

hidden
A flag indicate whether the window is hidden
iconic
A flag indicate whether the window is currently display as an icon.

Return Value

An IExcelRect instance used to represent the window properties.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.