FarPoint.Win.Spread
Unit Enumeration
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace : Unit Enumeration


Specifies the units of measure of the barcode dimensions.

Syntax

Visual Basic (Declaration) 
Public Enum Unit 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As Unit
C# 
public enum Unit : Enum 

Members

MemberDescription
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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellType.BarCode.Unit

See Also