This function sets the text of the column which is specified by the column index.
Syntax
XIH.SetText(columnIndex, text)
Parameters
Parameter | Data type | Description | Sample |
---|
columnIndex | int | Int that specifies a column index | 0 |
text | string | The text that will be set | "text to set" |
The columnIndex is zero-based.
XIH.SetText can only set columns that have the data type string.
Returns a string.
Examples