Unit Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the units of measure for report items.
public enum class Unit
public enum Unit
type Unit =
Public Enum Unit
- Inheritance
-
Unit
Fields
Name | Value | Description |
---|---|---|
Percentage | 0 | Represents the Percentage unit. |
Inch | 1 | Represents the Inch unit. |
Point | 2 | Represents the Point unit. |
Centimeter | 3 | Represents the Centimeter unit. |
Millimeter | 4 | Represents the Millimeter unit. |
Pica | 5 | Represents the Pica unit. |