Update
Migrated Code Examples:
Simple update
Num1.Value = Num2 + Num3;
Using Incremental update = Yes
Num1.AddDeltaOf(() => 5);
Using Force update = Yes
Num1.Value = 3;
DenyUndoForCurrentRow();
See Also
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com