GridCellGroup.SetValue(Matrix) Method

Top 

Description

Sets the values for the GridCell objects in the GridCellGroup to the numeric values in the newValue Matrix with 9 digits past the decimal shown when viewing the cells.

 

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

GridCellGroup.SetValue(

Matrix newValues)

 

 

Arguments

newValues


Description:

The matrix of values to set to the GridCell objects in the GridCellGroup.

Required Size:

Min Rows = 1, Min Cols = 1

 

 

 

Syntax

myGridCellGroup1.SetValue(myMatrix1);

 

 

Example 1

 

 

See also

GridCellGroup Object

GridCellGroup.SetValue

GridWindow Guide