GridCellGroup.SetValue(StringArray) Method

Top 

Description

Sets the values for the GridCell objects in the GridCellGroup to the string values in the newValue StringArray.

 

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(

StringArray newValue)

 

 

Arguments

newValue


Description:

The string array of values to set to the GridCell objects in the GridCellGroup.

 

 

 

Syntax

myGridCellGroup1.SetValue(myStringArray1);

 

 

Example 1

 

 

See also

GridCellGroup Object

GridCellGroup.SetValue

GridWindow Guide