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

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

The DataField type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBackColor
Sets the back color of the cell specified by the current DataField.
Public propertyCode exampleForeColor
Sets the fore color of the cell specified by the current DataField.
Public propertyCode exampleFormula
Sets the formula of the cell specified by the current DataField.
Public propertyCode exampleValue
Sets the value of the cell specified by the current DataField.
Top
See Also