TSheetCalcMode Enumeration
How the file will be calculated by Excel. This enum doesn't affect FlexCel recalculation.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Manual |
0 |
Manual recalculation.
|
Automatic |
1 |
Automatic recalculation.
|
AutomaticExceptTables |
2 |
Automatic recalculation without tables.
|