Spread WPF 17
GrapeCity.Excel Namespace / IExcelReader Interface / Bof Method
The zero based index of Worksheet. If the value is -1, it means it loading the global workbook properties.


In This Topic
    Bof Method
    In This Topic
    Beginning of file; notifies the implementer that the global workbook stream is loading or we are loading a new Worksheet.
    Syntax
    'Declaration
     
    Sub Bof( _
       ByVal sheet As Short _
    ) 
    'Usage
     
    Dim instance As IExcelReader
    Dim sheet As Short
     
    instance.Bof(sheet)
    void Bof( 
       short sheet
    )

    Parameters

    sheet
    The zero based index of Worksheet. If the value is -1, it means it loading the global workbook properties.
    See Also