[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellTypeTextAlign

CellTypeTextAlign Enum

Specifies the text alignment for checkbox list and radio button list cells.

Determines whether the text label appears to the left or right of the checkbox or radio button in CheckBoxListCellType and RadioButtonListCellType.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum CellTypeTextAlign
Public Enum CellTypeTextAlign
Examples
CheckBoxListCellType cellType = new CheckBoxListCellType();
cellType.TextAlign = CellTypeTextAlign.Left;
worksheet.Range["A1"].CellType = cellType;

Fields

Name Description
Left

Specifies text is to the left of the checkbox/radiolist.

Right

Specifies text is to the right of the checkbox/radiolist.