Specifies the name of the font used to display text in a Column object. Available at design time; read/write at run time.
Column.DynamicFontName [= cName] |
Return Value
- cName
-
Specifies a character expression that evaluates to the name of a font. The expression is reevaluated at run time each time the Grid control is refreshed.
Note: At design time, you can view a list of available fonts by selecting the FontName property in the Properties window and clicking the arrow to the right of the property settings box.
Remarks
Applies To: Column Object
Note: |
---|
The GridВ AutoFit method might not resize adequately to display the entire contents of a column if you use this property. |