'Declaration Public Enum VerticalPosition Inherits System.Enum
'Usage Dim instance As VerticalPosition
public enum VerticalPosition : System.Enum
'Declaration Public Enum VerticalPosition Inherits System.Enum
'Usage Dim instance As VerticalPosition
public enum VerticalPosition : System.Enum
Member | Description |
---|---|
Bottom | Positions the cell or column at the bottom. |
Center | Positions the cell or column in the center. |
Nearest | Positions the cell or column to the nearest edge. |
Top | Positions the cell or column at the top. |
System.Object
System.ValueType
System.Enum
GrapeCity.Windows.SpreadSheet.UI.VerticalPosition