'Declaration Function GetWindow( _ ByRef iconic As System.Boolean _ ) As IExcelRectAs System.Boolean, _ ByRef
'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 , 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.