Click or drag to resize

MeasureUnits Enumeration

Represents the MeasureUnits types.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum MeasureUnits
Members
Member name Value Description
Display 0 Specifies 1/75 inch as the unit of measure.
Document 1 Specifies the document unit (1/300 inch) as the unit of measure.
Inch 2 Specifies the inch as the unit of measure.
Millimeter 3 Specifies the millimeter as the unit of measure.
Centimeter 4 Specifies the centimeter as the unit of measure.
Pixel 5 Specifies a device pixel as the unit of measure.
Point 6 Specifies a printer's point (1/72 inch) as the unit of measure.
EMU 7 12700 emu's = 1 point.
See Also