CellsUnitType Enum
CellsUnitType Enum
Specifies the unit of measurement.
type CellsUnitType int32
Fields
| Field | Description |
|---|---|
| Pixel | Measurement is in pixels. |
| Point | Measurement is in points. A point represents 1/72 of an inch. |
| Inch | Measurement is in inches. |
| Cm | Measurement is in centimeters. |
| Character | In unit of characters. |