Click or drag to resize
DataField Class
DataField class represents a DataField item of DataFields.
Inheritance Hierarchy
SystemObject
  Aceoffix.ExcelReaderDataField

Namespace: Aceoffix.ExcelReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public class DataField

The DataField type exposes the following members.

Properties
  NameDescription
Public propertyText
Gets the formatted text of the cell represented by the current DataField.
Public propertyCode exampleValue
Gets the value of the cell represented by the current DataField.
Top
See Also