Click or drag to resize
IDataFieldCollection Interface
DataField collection.

Namespace: Aceoffix.ExcelReader
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 propertyIsEmpty
Gets a value that indicate whether the current record is empty. If all of the fields of the current record are empty, the value is true.
Public propertyItem
Gets the DataField object of the specified index.
Public propertyKeyValue
Gets the value of the key field of the current record.
Top
Remarks

The DataField collection. It represents a data record in Aceoffix.ExcelReader.Table object.

See Also