Click or drag to resize
WorkbookCreateSheet Method
Creates a new worksheet and returns a Sheet object.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Sheet CreateSheet(
	string NewSheetName,
	SheetInsertType InsertType,
	string RelativeSheetName
)

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: Sheet
Returns the new Sheet object.
See Also