Enum ExcelHorizontalAlignment
Represents different horizontal alignments
public enum ExcelHorizontalAlignment
Fields
Center = 1
Represents Center horizontal alignment setting for the shapes.
CenterMiddle = 4
Represents CenterMiddle horizontal alignment setting for the shapes.
Left = 0
Represents Left horizontal alignment setting for the shapes.
LeftMiddle = 3
Represents LeftMiddle horizontal alignment setting for the shapes.
Right = 2
Represents Right horizontal alignment setting for the shapes.
RightMiddle = 5
Represents RightMiddle horizontal alignment setting for the shapes.