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


HorizontalPosition Enumeration
Specifies the horizontal position of the object for placement in the displayed portion of the sheet.
Syntax
'Declaration
 
Public Enum HorizontalPosition 
   Inherits System.Enum
 
'Usage
 
Dim instance As HorizontalPosition
Members
MemberDescription
CenterPositions the cell or column in the center of the displayed portion of the sheet
LeftPositions the cell or column at the leftmost position of the displayed portion of the sheet
NearestPositions the cell or column to the nearest edge of the displayed portion of the sheet
RightPositions the cell or column at the rightmost position of the displayed portion of the sheet
Inheritance Hierarchy

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

See Also