Opens the specified worksheet and returns a Sheet object.
Namespace: Aceoffix.ExcelReaderAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
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.
RemarksIf the specified Sheet exists, this method will return the
Sheet object.
Examples
See Also