GridCellGroup.SetValue(TimeSpanArray, Variable) Method

Top 

Description

Sets the values for the GridCell objects in the GridCellGroup to the TimeSpan values in the newValue TimeSpanArray.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

GridCellGroup.SetValue(

TimeSpanArray newValue,


Variable precision)

 

 

Arguments

newValue


Description:

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

Required Size:

At least 0

 

 

precision


Description:

The precision, or number of digits past the decimal, that will be viewed in the cell.

 

 

 

Syntax

myGridCellGroup1.SetValue(myTimeSpanArray1, myVariable1);

 

 

See also

GridCellGroup Object

GridCellGroup.SetValue

GridWindow Guide