HorizontalAlignmentType Enumeration |
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum HorizontalAlignmentType
Public Enumeration HorizontalAlignmentType
public enum class HorizontalAlignmentType
type HorizontalAlignmentType
Members
| Member name | Value | Description |
---|
| Automatic | 0 | |
| Left | 1 | |
| Center | 2 | |
| Right | 3 | |
| Fill | 4 | |
| CenterAcrossSelection | 6 | |
See Also