Spread Silverlight Documentation
Bof Method


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.
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 System.Short _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Short
 
instance.Bof(sheet)
void Bof( 
   System.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

Reference

IExcelReader Interface
IExcelReader Members