Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / HorizontalPosition Enumeration


In This Topic
    HorizontalPosition Enumeration
    In This Topic
    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
    public enum HorizontalPosition : System.Enum 
    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