Share via


Font, FontBand, FontFixed, FontHeader Properties (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Font returns or sets the default font or the font for individual cells.

FontBand returns or sets the font of the text in the band.

FontFixed returns or sets the font of the text in the fixed cells.

FontHeader returns or sets the font of the text in the header.

Syntax

object.Font
object.FontBand
object.FontFixed
object.FontHeader

The Font, FontBand, FontFixed, and FontHeader property syntax has this part:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.

See Also

ModHFGrid Control