GridWindow(Variable, Variable) Constructor

Top 

Description

Creates a new GridWindow with numberOfRows number of rows numberofColumns number of columns.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Constructor Signature

GridWindow(

Variable numberOfRows,


Variable numberofColumns)

 

 

Arguments

numberOfRows


Description:

The number of rows to initialize the GridWindow with.

Valid Range:

numberOfRows > 0

 

 

numberofColumns


Description:

The number of columns to initialize the GridWindow with.

Valid Range:

numberofColumns > 0

 

 

 

Syntax

GridWindow myGridWindow1(myVariable1, myVariable2);

 

 

See also

GridWindow Object

GridWindow Guide