Click or drag to resize
WorkbookOpenSheet Method
Opens the specified worksheet and returns a Sheet object.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Sheet OpenSheet(
	string SheetName
)

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: Sheet
Returns the Sheet object.
Remarks
The parameter of SheetName cannot be empty, and please ensure that the worksheet specified by SheetName exists.
Examples

Please refer to the full code example in the OpenCell(String) method.

See Also