Click or drag to resize

ExcelHelperGetCellValue(Cell) Method

Retrieves the value of the specified cell.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public string GetCellValue(
	Cell cell
)

Parameters

cell  Cell
The Cell object representing the cell whose value to retrieve.

Return Value

String
The value of the specified cell as a string.
See Also