Field property



Specifies the field that a column represents.

Syntax

Set:     Column.setField(sField)
Get:     sField = Column.getField()

Applies to

Column object.

Data type

String. The sField value references a String object that specifies the data field that this column represents.

Usage

This property specifies the field that a column represents.

See also

setFieldData method
getFieldData method
getFieldTitle method