GridCell.Label Property

Top 

Description

The string label for the cell that will display on hover-over in the GridWindow.

 

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:

string

Access:

read/write

Default Value:

" "

 

Syntax

myString1 = myGridCell1.Label;

 

myGridCell1.Label = myString1;

 

See also

GridCell Object

GridWindow Guide