'Declaration Public Enum XLAlignHorz Inherits System.Enum
public enum XLAlignHorz : System.Enum
'Declaration Public Enum XLAlignHorz Inherits System.Enum
public enum XLAlignHorz : System.Enum
Member | Description |
---|---|
Center | Align to cell center. |
Fill | Fill cell, repeating content as necessary. |
General | Align strings to the left, numbers to the right. |
Justify | Justify content horizontally to span the whole cell width. |
Left | Align to cell left. |
Right | Align to cell right. |
Selection | Align to selection center (may span multiple cells). |
Undefined | Not specified (use default). |
System.Object
System.ValueType
System.Enum
C1.Excel.XLAlignHorz