[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RadioButtonListCellType.TextAlign

TextAlign Property

TextAlign

Gets or sets the text alignment of the radio button list. Only left and right are supported.

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