| Visual Basic (Declaration) | |
|---|---|
Public Enum VertAlignments Inherits System.Enum  | |
| C# | |
|---|---|
public enum VertAlignments : System.Enum  | |
| Member | Description | 
|---|---|
| Bottom | Aligns text to the bottom of the cell. | 
| Center | Centers text vertically in the cell. | 
| Justify | Justifies text vertically in the cell. | 
| Top | Aligns text to the top of the cell.  | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Style.VertAlignments