'Declaration
Public Enum HorizontalPosition Inherits System.Enum
'Usage
Dim instance As HorizontalPosition
public enum HorizontalPosition : System.Enum
'Declaration
Public Enum HorizontalPosition Inherits System.Enum
'Usage
Dim instance As HorizontalPosition
public enum HorizontalPosition : System.Enum
Member | Description |
---|---|
Center | Positions the cell or column in the center of the displayed portion of the sheet |
Left | Positions the cell or column at the leftmost position of the displayed portion of the sheet |
Nearest | Positions the cell or column to the nearest edge of the displayed portion of the sheet |
Right | Positions the cell or column at the rightmost position of the displayed portion of the sheet |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.HorizontalPosition