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