Click or drag to resize

DFColumn Properties

The DFColumn type exposes the following members.

Properties
 NameDescription
Public propertyColumnType Gets the type of the objects held by this column.
Public propertyCount Gets the number of ojects in this column.
Public propertyIsNumeric Returns true if the objects in this column are integers or floating point numbers; otherwise, false.
Public propertyIsSynchronized Returns false. Access to this class is not synchronized.
Public propertyItem Gets the object in this column at the given position.
Public propertyLabel Gets and sets the label in the header of this column.
Public propertyMissingValue Gets and sets the value used to represent missing values in this column.
Public propertyName Gets the name of this column.
Public propertySyncRoot Gets an object that can be used to synchronize access to this ICollection.
Top
See Also