Enum ExcelHorizontalAlignment
Represents different horizontal alignments
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelHorizontalAlignment
Fields
| Name | Description |
|---|---|
| Center | Represents Center horizontal alignment setting for the shapes. |
| CenterMiddle | Represents CenterMiddle horizontal alignment setting for the shapes. |
| Left | Represents Left horizontal alignment setting for the shapes. |
| LeftMiddle | Represents LeftMiddle horizontal alignment setting for the shapes. |
| Right | Represents Right horizontal alignment setting for the shapes. |
| RightMiddle | Represents RightMiddle horizontal alignment setting for the shapes. |