GrapeCity.Windows.SpreadSheet.UI Namespace / HorizontalPosition Enumeration


HorizontalPosition Enumeration
Specifies the horizontal position of the cell or column in the component.
Syntax
'Declaration
 
Public Enum HorizontalPosition 
   Inherits System.Enum
 
'Usage
 
Dim instance As HorizontalPosition
Members
MemberDescription
CenterPositions the cell or column in the center.
LeftPositions the cell or column to the left.
NearestPositions the cell or column to the nearest edge.
RightPositions the cell or column to the right.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.UI.HorizontalPosition

See Also