Class ExcelVmlMeasurementUnit
Handles values with different measurement units.
Inheritance
System.Object
    ExcelVmlMeasurementUnit
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.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 | 
|---|---|
| System.Double |