GridWindow.GetAllCells() Method

Top 

Description

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

 

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.GetAllCells(

)

 

 

Return Value

Type:

GridCellGroup

 

 

The entire GridWindow as a GridCellGroup.

 

Syntax

myGridWindow1.GetAllCells();

 

 

See also

GridWindow Object

GridWindow Guide