ColumnTextAlign
Enum
Specifies the column text alignment.
Definition
Fields
Align column content in the center.
C#
Center = 1
Align column content on the left. The default alignment of the column.
C#
Left = 0
Align column content on the right.
C#
Right = 2