[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CheckBoxListCellType.TextAlign

TextAlign Property

TextAlign

Gets or sets the text alignment of the check-box-list. Only left and right are supported.

Declaration
public CellTypeTextAlign TextAlign { get; set; }
Public Property TextAlign As CellTypeTextAlign
Examples
CheckBoxListCellType cellType = new CheckBoxListCellType();
cellType.TextAlign = CellTypeTextAlign.Left;
CellTypeTextAlign textAlign = cellType.TextAlign;