GridCell Object

Top  Previous  Next

Description

A GridCell object is used to hold strings and/or variables to display within a GridWindow.  This object is not creatable in script, but this object type is returned when using the GridWindow.GetCell() method, as seen in the example below:

 

GridWindow1.GetCell(0, 0).SetValue(12345);

 

Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.

 

Inheritance Hierarchy: Object->GridCell

 

Available In Editions:

Engineer

Mission

 

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.

 

Properties

 

Methods

 

 

See also

GridWindow Guide