Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

See also

All Component Classes

Technical Reference