Options.MeasurementUnit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the standard measurement unit for Microsoft Word.
public:
property Microsoft::Office::Interop::Word::WdMeasurementUnits MeasurementUnit { Microsoft::Office::Interop::Word::WdMeasurementUnits get(); void set(Microsoft::Office::Interop::Word::WdMeasurementUnits value); };
public Microsoft.Office.Interop.Word.WdMeasurementUnits MeasurementUnit { get; set; }
member this.MeasurementUnit : Microsoft.Office.Interop.Word.WdMeasurementUnits with get, set
Public Property MeasurementUnit As WdMeasurementUnits