Page tree

Versions Compared

Key

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

...

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. public void CalculateFormulas();
Signature
0vb
 wb Public Sub CalculateFormulas()

 

 

Example
Code Block
titleC#
languagec#
 wb.CalculateFormulas();
Code Block
titleVB
languagevb
wb.CalculateFormulas()