GridWindow.GetCell(Variable, Variable) Method

Top 

Description

Returns the GridCell object within the GridWindow that is specified by the row and column arguments.

 

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

GridWindow.GetCell(

Variable row,


Variable column)

 

 

Arguments

row


Description:

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

Valid Range:

row ≥ 0

 

 

column


Description:

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

Valid Range:

column ≥ 0

 

 

 

Return Value

Type:

GridCell

 

 

The GridCell located at the specified row and column.

 

Syntax

myGridWindow1.GetCell(myVariable1, myVariable2);

 

 

See also

GridWindow Object

GridWindow Guide