'Declaration
Function ExcelGetWindow( _ ByVal rect As Rectangle, _ ByRef As Boolean, _ ByRef iconic As Boolean _ ) As Boolean
'Usage
Dim instance As IExcelBiffWrite Dim rect As Rectangle Dim hidden As Boolean Dim iconic As Boolean Dim value As Boolean value = instance.ExcelGetWindow(rect, hidden, iconic)
Parameters
- rect
- Rectangular area of window
- hidden
- Whether the window is hidden
- iconic
- Whether the window is reduced to an icon