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