GC.Spread.Sheets.CellTypes 名前空間 : CheckBoxTextAlign 列挙体 |
メンバ | 解説 |
---|---|
bottom | テキストをチェックボックスの下に配置します。 |
left | テキストをチェックボックスの左に配置します。 |
right | テキストをチェックボックスの右に配置します。 |
top | テキストをチェックボックスの上に配置します。 |
var cellType1 = new GC.Spread.Sheets.CellTypes.CheckBox(); cellType1.caption("caption"); cellType1.textTrue("true"); cellType1.textFalse("false"); cellType1.textIndeterminate("indeterminate"); cellType1.textAlign(GC.Spread.Sheets.CellTypes.CheckBoxTextAlign.bottom); cellType1.isThreeState(true); activeSheet.getCell(1, 1).cellType(cellType1);
Object
GC.Spread.Sheets.CellTypes.CheckBoxTextAlign