Opens the specified worksheet and returns a Sheet object.
Namespace: Aceoffix.ExcelWriterAssembly: 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 name of the Sheet can be found on the Tab tag at the bottom of the worksheet.
Return Value
Type:
SheetReturns the Sheet object.
RemarksThe parameter of SheetName cannot be empty, and please ensure that the worksheet specified by SheetName exists.
Examples
See Also