GridCell.GetStringValue() Method

Top 

Description

Returns the value of the cell as a string.

 

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

GridCell.GetStringValue(

)

 

 

Return Value

Type:

string

 

 

The value of the cell represented as a string.

 

Syntax

myString1 = myGridCell1.GetStringValue();

 

 

See also

GridCell Object

GridWindow Guide