_Application.MeasurementUnit Property

Specifies the measurement unit used in the application. Read/write Integer value corresponding to the constants in the XlMeasurementUnits enumeration.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property MeasurementUnit As Integer
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Integer

value = instance.MeasurementUnit

instance.MeasurementUnit = value
int MeasurementUnit { get; set; }

Property Value

Type: System.Int32
Integer

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace