var instance = new GC.Spread.Sheets.CellTypes.CheckBox();
function CheckBox;
var instance = new GC.Spread.Sheets.CellTypes.CheckBox();
function CheckBox;
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);
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.CheckBox
| 名前 | 解説 | |
|---|---|---|
![]() | CheckBox コンストラクタ | チェックボックス型のセルを表します。 |
| 名前 | 解説 | |
|---|---|---|
![]() | caption | セル型のキャプションを取得または設定します。 |
![]() | isThreeState | チェックボックスが3つの状態をサポートするかどうかを示す値を取得または設定します。 |
![]() | textAlign | チェックボックスに対するテキストの配置を取得または設定します。 |
![]() | textFalse | セルの値がfalseのときのセルのテキストを取得または設定します。 |
![]() | textIndeterminate | セルの値が不定のとき(trueでもfalseでもないとき)のセルのテキストを取得または設定します。 |
![]() | textTrue | セルの値がtrueのときのセルのテキストを取得または設定します。 |