Specifies how a gridcell is horizontally aligned.
public enum HorizontalAlignmentType
Members
| Member Name | Description | Value |
| General | If object type is number,object is aligned on the right of the girdcell. If object type is string,object is aligned on the left of the girdcell. | 0 |
| Left | The object or text is aligned on the left of the gridcell. | 1 |
| Centred | The object or text is aligned in the center of the gridcell. | 2 |
| Right | The object or text is aligned on the right of the gridcell. | 3 |
| Filled | The object or text is Filled in the gridcell. | 4 |
| Justified |
| 5 |
| CentredAcross |
| 6 |
| Distributed |
| 7 |
Requirements
Namespace: Aspose.Grid.Desktop
Assembly: Aspose.Grid.Desktop (in Aspose.Grid.Desktop.dll)
See Also
Aspose.Grid.Desktop Namespace