'Declaration Function GetWindow( _ ByRef Boolean, _ ByRef iconic As Boolean _ ) As IExcelRectAs
'Usage Dim instance As IExcelWriter Dim hidden As Boolean Dim iconic As Boolean Dim value As IExcelRect value = instance.GetWindow(hidden, iconic)
IExcelRect GetWindow( ref bool , ref 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.