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