Click or drag to resize
TableDataFields Property
Gets the DataField collection of the current record in the Table.

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

Property Value

Type: IDataFieldCollection
Examples

Please refer to the code example in the OpenTable(String) method.

See Also