ExcelTableReaderGetCellValue Method |
Retrieves the value of a cell, given a file name, sheet name and address name.
Namespace:
MicaSystems.Utils.Excel
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public string GetCellValue(
string sheetName,
string addressName
)
Parameters
- sheetName
- Type: SystemString
- addressName
- Type: SystemString
Return Value
Type:
StringSee Also