Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellVerticalAlignment Enumeration


CellVerticalAlignment Enumeration
Specifies the vertical alignment of the cell contents.
Syntax
'Declaration
 
Public Enum CellVerticalAlignment 
   Inherits System.Enum
 
'Usage
 
Dim instance As CellVerticalAlignment
Members
MemberDescription
BottomAligns the cell contents to the bottom
CenterCenters the content in the cell vertically
DistributedIndicates that whitespace has been inserted to make the text fill the special area.
GeneralAligns the cell contents according to the cell's interpretation of the contents
JustifyIndicates that whitespace has been inserted to make the text fill the special area.
TopAligns the cell contents to the top
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellVerticalAlignment

See Also