_Application.CalculationVersion Property

Definition

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.

Applies to