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

Namespace: Aceoffix.ExcelReader
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 Sheet name can be found on the Tab tag at the bottom of the worksheet.

Return Value

Type: Sheet
Returns the Sheet object.
Remarks
If the specified Sheet exists, this method will return the Sheet object.
Examples

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

See Also