Click or drag to resize
IDataFieldCollection Interface
DataField collection.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public interface IDataFieldCollection

The IDataFieldCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of the DataField items.
Public propertyItem
Gets the DataField object of the specified index.
Public propertyKeyValue
Sets the value of the key field of the current record row.
Top
Remarks

DataField collection represents a data record in Aceoffix.ExcelWriter.Table object.

See Also