GridCell.SetValue(TimeSpan, Variable) Method

Top 

Description

Sets the value stored in the cell to the TimeSpan value newValue with precision as the number of digits past the decimal shown when viewing this cell.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

GridCell.SetValue(

TimeSpan newValue,


Variable precision)

 

 

Arguments

newValue


Description:

The value to set to the cell.

 

 

precision


Description:

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

 

 

 

Syntax

myGridCell1.SetValue(myTimeSpan1, myVariable1);

 

 

See also

GridCell Object

GridCell.SetValue

GridWindow Guide