Action
Sets the string value of a column.
Syntax
SetString (columnIndex, value)
or
SetString (columnName, value )
Variable
|
Description
|
columnIndex
|
The index of the column (1-based).
Integer.
|
columnName
|
The name of the column.
String.
|
value
|
The new value.
String.
|