Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelBof Method
Sheet index


In This Topic
    ExcelBof Method
    In This Topic
    Beginning of file; notifies the implementation that the workbook load is beginning or we are loading a new sheet. This is needed to clear the shared formula list for each sheet.
    Syntax
    'Declaration
     
    
    Function ExcelBof( _
       ByVal sheet As Short _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim value As Boolean
     
    value = instance.ExcelBof(sheet)
    bool ExcelBof( 
       short sheet
    )

    Parameters

    sheet
    Sheet index
    See Also