GridCell.SetValue(String) Method

Top 

Description

Sets the value stored in the cell to the string value newValue.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

GridCell.SetValue(

String newValue)

 

 

Arguments

newValue


Description:

The value to set to the cell.

 

 

 

Syntax

myGridCell1.SetValue(myString1);

 

 

Example 1

 

 

See also

GridCell Object

GridCell.SetValue

GridWindow Guide