DataTextColor property
The color of data text in a column.
Syntax
Set: Column.setDataTextColor(Color)
Get: Color = Column.getDataTextColor()
Applies to
Column object.
Data type
Color. The Color value references a Color object that specifies the color of the text in the Column object.
Usage
This property specifies the color of the text in the Column object.
See also
DataFont property