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


VerticalPosition Enumeration
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
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