Spread.Sheets
CheckBox クラス
GC.Spread.Sheets.CellTypes 名前空間 : 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.Base
      GC.Spread.Sheets.CellTypes.CheckBox

コンストラクタ
 名前解説
public コンストラクタチェックボックス型セルを表します。  
トップ
フィールド
 名前解説
public フィールド GC.Spread.Sheets.CellTypes.Baseから継承されます。
トップ
メソッド
 名前解説
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッドセル型のキャプションを取得または設定します。  
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッドチェックボックスが3つの状態をサポートするかどうかを示す値を取得または設定します。  
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッドチェックボックスに対するテキストの配置を取得または設定します。  
public メソッドセルの値がfalseのときのセルのテキストを取得または設定します。  
public メソッドセルの値が不定のとき(trueでもfalseでもないとき)のセルのテキストを取得または設定します。  
public メソッドセルの値がtrueのときのセルのテキストを取得または設定します。  
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
public メソッド GC.Spread.Sheets.CellTypes.Baseから継承されます。
トップ
関連トピック

参照

GC.Spread.Sheets.CellTypes 名前空間
チェックボックス型セルの設定