Gets the value of the cell represented by the current DataField.
Namespace: Aceoffix.ExcelReaderAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic string Value { get; }
Public ReadOnly Property Value As String
Get
Property Value
Type:
String
ExamplesPlease refer to the code example in the OpenTable(String) method topic to learn how to get the value of the cell.
See Also