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


In This Topic
    VerticalPosition Enumeration
    In This Topic
    Specifies the vertical position of the cell or column in the component.
    Syntax
    'Declaration
     
    Public Enum VerticalPosition 
       Inherits System.Enum
    'Usage
     
    Dim instance As VerticalPosition
    public enum VerticalPosition : System.Enum 
    Members
    MemberDescription
    BottomPositions the cell or column at the bottom.
    CenterPositions the cell or column in the center.
    NearestPositions the cell or column to the nearest edge.
    TopPositions the cell or column at the top.
    Inheritance Hierarchy

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

    See Also