_Application.CalculationVersion プロパティ

定義

右端の 4 桁がマイナー計算エンジンのバージョン番号で、その他の数字 (左側) が Microsoft Excel のメジャー バージョンである数値を返します。

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

プロパティ値

注釈

ブックが以前のバージョンの Excel に保存されていて、ブックが完全に再計算されていない場合、このプロパティは 0 を返します。

適用対象