DigitalTable class/Cell Font property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 7494C01F
Scope Basic Development Environment
Data Name CellFont
Short Name* CellFont
Long Name* Cell Font
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 61
Owning Class Name DigitalTable Class
Data Type Common Cluster TypeDef data type

Common Cluster TypeDef

Property Node Cell Font
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

The font of all cells in the digital data control. Use this property to change the size, style, or color of the cell font.

You cannot use this property with a strict type definition.

Elements
Name Description
Font Name The name of the font in all cells. Predefined font names include App Font, Sys Font, and Dlg Font. If you select an invalid font name, this property returns an error.
Size The size of the font in all cells.
Bold Indicates whether the text in all cells is bold.
Italic Indicates whether the text in all cells is italic.
Underline Indicates whether the text in all cells is underlined.
Strikeout Indicates whether to strike out the text in all cells.
Color The text font color in all cells.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links