_Application.CalculationVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a number whose rightmost four digits are the minor calculation engine version number, and whose other digits (on the left) are the major version of Microsoft Excel.
public:
property int CalculationVersion { int get(); };
public int CalculationVersion { get; }
Public ReadOnly Property CalculationVersion As Integer
Property Value
Remarks
If the workbook was saved in an earlier version of Excel and if the workbook hasn't been fully recalculated, this property returns 0.