Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.