GridCellGroup.GetCell Method

Top 

Description

Returns the GridCell located at the specified index or indices within 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.

 

Overload List

Signatures

Return Value

Description

GridCellGroup.GetCell(Variable firstIndex)

GridCell

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

GridCellGroup.GetCell(Variable firstIndex, Variable secondIndex)

GridCell

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

 

 

See also

GridCellGroup Object

GridWindow Guide