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
Type |
---|
ExcelHorizontalAlignment |
CenterMiddle
Represents CenterMiddle horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment CenterMiddle
Field Value
Type |
---|
ExcelHorizontalAlignment |
Left
Represents Left horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment Left
Field Value
Type |
---|
ExcelHorizontalAlignment |
LeftMiddle
Represents LeftMiddle horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment LeftMiddle
Field Value
Type |
---|
ExcelHorizontalAlignment |
Right
Represents Right horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment Right
Field Value
Type |
---|
ExcelHorizontalAlignment |
RightMiddle
Represents RightMiddle horizontal alignment setting for the shapes.
Declaration
public const ExcelHorizontalAlignment RightMiddle
Field Value
Type |
---|
ExcelHorizontalAlignment |