Namespace: Spire.Spreadsheet.Forms.Utility
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum HorizontalAlignmentType
Public Enumeration HorizontalAlignmentType
public enum class HorizontalAlignmentType
type HorizontalAlignmentType
Members
| Member | Value | Description |
|---|---|---|
| General | 0 | |
| Left | 1 | |
| Centred | 2 | |
| Right | 3 | |
| Filled | 4 | |
| Justified | 5 | |
| CentredAcross | 6 | |
| Distributed | 7 |