Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetWindow Method


In This Topic
    ExcelSetWindow Method (IExcelBiffRead)
    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)
    bool ExcelSetWindow( 
       Rectangle rect,
       bool hidden,
       bool iconic
    )

    Parameters

    rect
    hidden
    iconic
    See Also