GridCell.Font Property

Top 

Description

The GridFont object that contains properties pertaining to the font formatting of the cell.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

GridFont

Access:

read/write

 

Syntax

myString1 = myGridCell1.Font.DisplayName;

 

myGridCell1.Font.DisplayName = myString1;

 

See also

GridCell Object

GridWindow Guide