Click or drag to resize

ExcelHelperGetWorksheet Method

Gets the Worksheet with the specified name.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public Worksheet GetWorksheet(
	string sheetName
)

Parameters

sheetName  String
The name of the worksheet to retrieve.

Return Value

Worksheet
The worksheet object with the specified name.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when the sheet name is null or empty, or if the sheet is not found.
See Also