Page History
...
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Boolean | True if the value was applied |
Row | *Input | Integer | Row in which to apply the value |
Value | *Input | Variant | Value to apply |
...
Using SetValueAt. If it fails the code inside the IF will be executed.
If (*Not #Column.SetValueAt( #Row #Value )) * Update of cell failed
Endif