Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.