MESCIUS SPREAD for ASP.NET 10.0J サンプルコード集
チェックボックスの表示テキストを設定する

チェックボックス型セルのTextプロパティに表示するテキストを設定します。

実行例:

CheckBoxCellType checkCell = new CheckBoxCellType() { Text = "チェック" };
FpSpread1.Cells[0, 1].CellType = checkCell;
Dim checkCell As New CheckBoxCellType() With { .Text = "チェック" }
FpSpread1.Cells(0, 1).CellType = checkCell

 

 


© MESCIUS inc. All rights reserved.