GridCellGroup.GetCell(Variable, Variable) Method

Top 

Description

Returns the GridCell located at the specified row and column index location.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

GridCellGroup.GetCell(

Variable firstIndex,


Variable secondIndex)

 

 

Arguments

firstIndex


Description:

The first index used to specify the GridCell in the GridCellGroup to return.

Valid Range:

firstIndex ≥ 0

 

 

secondIndex


Description:

The second index used to specify the GridCell in the GridCellGroup to return.

Valid Range:

secondIndex ≥ 0

 

 

 

Return Value

Type:

GridCell

 

 

The GridCell specified by the provided indices or index.

 

Syntax

myGridCellGroup1.GetCell(myVariable1, myVariable2);

 

 

See also

GridCellGroup Object

GridCellGroup.GetCell

GridWindow Guide