GridWindow.GetRow(Variable) Method

Top 

Description

Returns a GridCellGroup containing all of the GridCell objects making up the specified row in the GridWindow.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

GridWindow.GetRow(

Variable row)

 

 

Arguments

row


Description:

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

Valid Range:

row ≥ 0

 

 

 

Return Value

Type:

GridCellGroup

 

 

The specified row as a GridCellGroup.

 

Syntax

myGridWindow1.GetRow(myVariable1);

 

 

See also

GridWindow Object

GridWindow Guide