_Application.Build Property

Definition

Returns the Microsoft Excel build number.

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

Property Value

Remarks

It’s usually safer to test the Version property, unless you’re sure you need to know the build number.

Applies to