Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelReadOptimized Interface / FlushSheetInfo Method
The sheet.


In This Topic
    FlushSheetInfo Method
    In This Topic
    Flushes the sheet info when finish importing a sheetView.
    Syntax
    'Declaration
     
    
    Sub FlushSheetInfo( _
       ByVal sheet As Short _
    ) 
    'Usage
     
    
    Dim instance As IExcelReadOptimized
    Dim sheet As Short
     
    instance.FlushSheetInfo(sheet)
    void FlushSheetInfo( 
       short sheet
    )

    Parameters

    sheet
    The sheet.
    See Also