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


Specifies the position in the cell of the barcode message.

Syntax

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

Members

MemberDescription
Default [0] Indicates that the message appears in the default position
Center [1] Indicates that the message is centered in the cell
Left [2] Indicates that the message is left-justified in the cell
Right [3] Indicates that the message is right-justified in the cell
Even [4] Indicates that the message is full-justified (evenly spaced) in the cell

Inheritance Hierarchy

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

See Also