GridCellGroup.GetCell(Variable) Method

Top 

Description

Returns the GridCell located at the specified index across by row and then down by column in the GridCellGroup.

 

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.

 

Method Signature

GridCellGroup.GetCell(

Variable firstIndex)

 

 

Arguments

firstIndex


Description:

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

Valid Range:

firstIndex ≥ 0

 

 

 

Return Value

Type:

GridCell

 

 

The GridCell specified by the provided indices or index.

 

Syntax

myGridCellGroup1.GetCell(myVariable1);

 

 

See also

GridCellGroup Object

GridCellGroup.GetCell

GridWindow Guide