Spread Silverlight Documentation
GetWindow Method


GrapeCity.Excel Namespace > IExcelWriter Interface : 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.
See Also

Reference

IExcelWriter Interface
IExcelWriter Members