Enum HorizontalCellContentAlignment
Represents the content alignment of a cell.
public enum HorizontalCellContentAlignment
  Fields
Center = 1The content in horizontal centered.
Left = 0The content is left aligned.
Right = 2The content is right aligned.