Opens the specified worksheet and returns a Sheet object.  
            
 
Namespace: Aceoffix.ExcelReaderAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
 Syntax
Syntaxpublic Sheet OpenSheet(
	string SheetName
)
Public Function OpenSheet ( 
	SheetName As String
) As Sheet
Parameters
- SheetName
- Type: SystemString
 The name of the Sheet. The Sheet name can be found on the Tab tag at the bottom of the worksheet.
Return Value
Type: 
SheetReturns the Sheet object.
 Remarks
RemarksIf the specified Sheet exists, this method will return the 
Sheet object.
 Examples
Examples See Also
See Also