WorkbookCreateSheet Method |
Creates a new worksheet and returns a Sheet object.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Sheet CreateSheet(
string NewSheetName,
SheetInsertType InsertType,
string RelativeSheetName
)
Public Function CreateSheet (
NewSheetName As String,
InsertType As SheetInsertType,
RelativeSheetName As String
) As Sheet
Parameters
- NewSheetName
- Type: SystemString
The name of the new Sheet. - InsertType
- Type: Aceoffix.ExcelWriterSheetInsertType
The new sheet position. - RelativeSheetName
- Type: SystemString
The sheet name of the relative sheet. The name can be found on the Tab at the bottom of the worksheet.
Return Value
Type:
SheetReturns the new Sheet object.
See Also