Click or drag to resize

ExcelHelperGetCellValue(String, String) Method

Retrieves the value of 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 string GetCellValue(
	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 whose value to retrieve.

Return Value

String
The value of the specified cell as a string.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the sheet name or cell reference is null or empty, or if the specified cell does not exist.
See Also