_Workbook.CalculationVersion プロパティ

定義

右端の 4 桁がマイナー計算エンジンのバージョン番号であり、その他の数字 (左側) が Microsoft Excel のメジャー バージョンである数値を返します。 オブジェクトの Workbook 場合、このプロパティは、ブックが最後に完全に再計算された Excel のバージョンに関する情報を返します。 読み取り専用の Integer です。

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

プロパティ値

注釈

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

適用対象