Class ExcelVerticalAlignment
Represents different vertical alignments
Inheritance
System.Object
ExcelVerticalAlignment
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ExcelVerticalAlignment : Enum
Fields
Bottom
Represents Bottom vertical alignment setting for the shapes.
Declaration
public const ExcelVerticalAlignment Bottom
Field Value
BottomCentered
Represents BottomCentered vertical alignment setting for the shapes.
Declaration
public const ExcelVerticalAlignment BottomCentered
Field Value
Middle
Represents Middle vertical alignment setting for the shapes.
Declaration
public const ExcelVerticalAlignment Middle
Field Value
MiddleCentered
Represents MiddleCentered vertical alignment setting for the shapes.
Declaration
public const ExcelVerticalAlignment MiddleCentered
Field Value
Top
Represents Top vertical alignment setting for the shapes.
Declaration
public const ExcelVerticalAlignment Top
Field Value
TopCentered
Represents TopCentered vertical alignment setting for the shapes.
Declaration
public const ExcelVerticalAlignment TopCentered