_Application.Build Property
Returns the Microsoft Excel build number.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Build As Integer
Get
'Usage
Dim instance As _Application
Dim value As Integer
value = instance.Build
int Build { get; }
Property Value
Type: System.Int32
Remarks
It’s usually safer to test the Version property, unless you’re sure you need to know the build number.