 | ExcelHelperGetCellValue(Cell) Method |
Retrieves the value of the specified cell.
Namespace: ema3d.Api.V26.ResultsAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic string GetCellValue(
Cell cell
)
Public Function GetCellValue (
cell As Cell
) As String
public:
String^ GetCellValue(
Cell^ cell
)
member GetCellValue :
cell : Cell -> string Parameters
- cell Cell
- The Cell object representing the cell whose value to retrieve.
Return Value
StringThe value of the specified cell as a string.
See Also