Enum ExcelVerticalAlignment
Represents different vertical alignments
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelVerticalAlignment
Fields
Name | Description |
---|---|
Bottom | Represents Bottom vertical alignment setting for the shapes. |
BottomCentered | Represents BottomCentered vertical alignment setting for the shapes. |
Middle | Represents Middle vertical alignment setting for the shapes. |
MiddleCentered | Represents MiddleCentered vertical alignment setting for the shapes. |
Top | Represents Top vertical alignment setting for the shapes. |
TopCentered | Represents TopCentered vertical alignment setting for the shapes. |