property Column.EditAlignment as AlignmentEnum
Retrieves or sets the alignment of column's edit control.

TypeDescription
AlignmentEnum An AlignmentEnum expression that indicates the column's edit alignment.
Use the EditAlignment property to align the caption in the edit control of the column. By default, the EditAlignment property is LeftAlignment. Use the HeaderAlignment property  to align the caption of the column in the control's header bar. Use the Alignment property to align cells inside a column. Use the EditText property to retrieve the text in the control's label. Use the Select property to get or set the selected value when control contains multiple columns.