Click or drag to resize
TableDataFields Property
Gets a collection of DataFields of the current record.

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

Property Value

Type: IDataFieldCollection
Examples

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

See Also