Show / Hide Table of Contents

Class ExcelVmlMeasurementUnit

Handles values with different measurement units.

Inheritance
Object
ExcelVmlMeasurementUnit
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Vml
Assembly: EPPlus.dll
Syntax
public class ExcelVmlMeasurementUnit

Properties

Unit

The unit of measurement.

Declaration
public eMeasurementUnits Unit { get; set; }
Property Value
Type Description
eMeasurementUnits

Value

The value of the specified unit.

Declaration
public double Value { get; set; }
Property Value
Type Description
Double
In this article
Back to top Generated by DocFX