Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetWindow Method
Rectangular area of window
Whether the window is hidden
Whether the window is reduced to an icon


In This Topic
    ExcelGetWindow Method (IExcelBiffWrite)
    In This Topic
    Gets the window for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetWindow( _
       ByVal rect As Rectangle, _
       ByRef hidden 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)
    bool ExcelGetWindow( 
       Rectangle rect,
       ref bool hidden,
       ref bool iconic
    )

    Parameters

    rect
    Rectangular area of window
    hidden
    Whether the window is hidden
    iconic
    Whether the window is reduced to an icon
    See Also