Class ExcelHorizontalAlignment
Represents different horizontal alignments
Inheritance
System.Object
ExcelHorizontalAlignment
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelHorizontalAlignment : Enum
Fields
Center
Represents Center horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment Center
Field Value
CenterMiddle
Represents CenterMiddle horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment CenterMiddle
Field Value
Left
Represents Left horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment Left
Field Value
LeftMiddle
Represents LeftMiddle horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment LeftMiddle
Field Value
Right
Represents Right horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment Right
Field Value
RightMiddle
Represents RightMiddle horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment RightMiddle