Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / VerticalPosition Enumeration


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

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

    See Also