Click or drag to resize
DataFieldValue Property
Gets the value of the cell represented by the current DataField.

Namespace: Aceoffix.ExcelReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public string Value { get; }

Property Value

Type: String
Examples

Please refer to the code example in the OpenTable(String) method topic to learn how to get the value of the cell.

See Also