Page tree

Versions Compared

Key

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

Description

Excerpt

The CalculateFormulas method calculates any Calculation Engine Supported Formulas in the workbook. Any formulas in the workbook that are not supported by the Calculation Engine will be set as 0.

Signature
0csharp
 wb.CalculateFormulas();
Signature
0vb
 wb.CalculateFormulas()