Fills a specific column with new information.
XIH.Set(colcaption, newData)
Parameter | Data type | Description | Sample |
---|
colcaption | string | String specifies the columns caption. | "col1" |
newData | string/int/bool/... | New data to be set | "newInformation"/3/true/... |
"newData" must be the same data type as the column.
Returns a boolean.