| Visual Basic (Declaration) | |
|---|---|
| Public Enum Unit Inherits System.Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As Unit | |
| C# | |
|---|---|
| public enum Unit : System.Enum | |
| Member | Description | 
|---|---|
| Inch | [2] Indicates that the unit of measure is inches | 
| Millimeter | [1] Indicates that the unit of measure is millimeters | 
| Pixel | [5] Indicates that the unit of measure is pixels | 
| Point | [3] Indicates that the unit of measure is points | 
| Twip | [4] Indicates that the unit of measure is twips | 
System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellType.BarCode.Unit
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
 
     
     
     
    