Spread Windows Forms 6.0 Product Documentation
MessagePosition Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace : MessagePosition Enumeration


Glossary Item Box

Specifies the position in the cell of the barcode message.

Syntax

Visual Basic (Declaration) 
Public Enum MessagePosition 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As MessagePosition
C# 
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

Requirements

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

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.