Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetWindow Method


In This Topic
ExcelSetWindow Method
In This Topic
WINDOW1 - Excel Biff Record (window-specific values)
Syntax
'Declaration
 
Function ExcelSetWindow( _
   ByVal rect As Rectangle, _
   ByVal hidden As Boolean, _
   ByVal iconic As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelBiffRead
Dim rect As Rectangle
Dim hidden As Boolean
Dim iconic As Boolean
Dim value As Boolean
 
value = instance.ExcelSetWindow(rect, hidden, iconic)

Parameters

rect
hidden
iconic
See Also