[]
Gets or sets the text alignment of the check-box-list. Only left and right are supported.
public CellTypeTextAlign TextAlign { get; set; }
Public Property TextAlign As CellTypeTextAlign
CheckBoxListCellType cellType = new CheckBoxListCellType();
cellType.TextAlign = CellTypeTextAlign.Left;
CellTypeTextAlign textAlign = cellType.TextAlign;