GridWindow.NumberOfRows Property

Top 

Description

The number of rows 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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0

Valid Range:

GridWindow.NumberOfRows ≥ 0

 

Syntax

myVariable1 = myGridWindow1.NumberOfRows;

 

myGridWindow1.NumberOfRows = myVariable1;

 

See also

GridWindow Object

GridWindow Guide