Click or drag to resize

ExcelHelperGetCell Method

Retrieves the cell with the specified cell reference from the specified worksheet.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public Cell GetCell(
	string sheetName,
	string cellReference
)

Parameters

sheetName  String
The name of the worksheet containing the cell.
cellReference  String
The cell reference (e.g., "A1") of the cell to retrieve.

Return Value

Cell
The Cell object representing the specified cell.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the sheet name or cell reference is null or empty, or if the specified cell does not exist.
See Also