Spread Windows Forms 12.0 Product Documentation
MessagePosition Enumeration


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace : MessagePosition Enumeration
Specifies the position in the cell of the barcode message.
Syntax
'Declaration
 
Public Enum MessagePosition 
   Inherits System.Enum
'Usage
 
Dim instance As MessagePosition
public enum MessagePosition : System.Enum 
Members
MemberDescription
Center[1] Indicates that the message is centered in the cell
Default[0] Indicates that the message appears in the default position
Even[4] Indicates that the message is full-justified (evenly spaced) 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
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Win.Spread.CellType.BarCode Namespace