| Visual Basic (Declaration) | |
|---|---|
Public Enum Unit Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum Unit : Enum | |
| Member | Description |
|---|---|
| Millimeter | [1] Indicates that the unit of measure is millimeters |
| Inch | [2] Indicates that the unit of measure is inches |
| Point | [3] Indicates that the unit of measure is points |
| Twip | [4] Indicates that the unit of measure is twips |
| Pixel | [5] Indicates that the unit of measure is pixels |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellType.BarCode.Unit