| Visual Basic (Declaration) | |
|---|---|
Public Enum HorzAlignments Inherits System.Enum  | |
| C# | |
|---|---|
public enum HorzAlignments : System.Enum  | |
| Member | Description | 
|---|---|
| Center | Centers the text horizontally across the cell. | 
| CenterAcrossSelection | Centers the text horizontally across the selected cells. | 
| Fill | Repeats the text to fill the width of the cell. | 
| General | This is the default value. Numbers are aligned to the right of the cell; letters are aligned to the left. | 
| Justify | Horizontally justifies text that is distributed in a cell (indented from both sides). | 
| Left | Aligns text to the left of the cell. | 
| Right | Aligns text to the right of the cell. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Style.HorzAlignments