Workbook.CalculationVersion Property

Definition

Gets a number that indicates the version of Excel that the workbook was last fully recalculated by. The rightmost four digits are the minor calculation engine version number, and the other digits (on the left) are the major version of Microsoft Office Excel.

public:
 property int CalculationVersion { int get(); };
public int CalculationVersion { get; }
member this.CalculationVersion : int
Public ReadOnly Property CalculationVersion As Integer

Property Value

A number that indicates the version of Excel that the workbook was last fully recalculated by. The rightmost four digits are the minor calculation engine version number, and the other digits (on the left) are the major version of Microsoft Office Excel.

Remarks

If the workbook was saved in an earlier version of Excel and if the workbook has not been fully recalculated, then this property returns 0.

Applies to