Enum MeasureUnits
Represents the MeasureUnits types.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum MeasureUnits
Fields
| Name | Description |
|---|---|
| Centimeter | Specifies the centimeter as the unit of measure. |
| Display | Specifies 1/75 inch as the unit of measure. |
| Document | Specifies the document unit (1/300 inch) as the unit of measure. |
| EMU | 12700 emu's = 1 point. |
| Inch | Specifies the inch as the unit of measure. |
| Millimeter | Specifies the millimeter as the unit of measure. |
| Pixel | Specifies a device pixel as the unit of measure. |
| Point | Specifies a printer's point (1/72 inch) as the unit of measure. |