MESCIUS SPREAD for Windows Forms 15.0J
CheckBoxCellType コンストラクタ(CheckBoxCellType)
使用例 

コピー元のチェック ボックス セル型
指定したセル型から新しいコピーを作成します(コピーコンストラクター)。
構文
'宣言
 
Public Function New( _
   ByVal g As CheckBoxCellType _
)
public CheckBoxCellType( 
   CheckBoxCellType g
)

パラメータ

g
コピー元のチェック ボックス セル型
使用例
次のサンプルコードは、チェックボックス型セルを作成します。
FarPoint.Win.Spread.CellType.CheckBoxCellType ccell = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
ccell.TextAlign = FarPoint.Win.ButtonTextAlign.TextRightPictLeft;
FarPoint.Win.Spread.CellType.CheckBoxCellType ccell1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(ccell);
ccell1.TextTrue = "True";
fpSpread1.Sheets[0].Cells[1, 1].CellType = ccell1;
Dim ccell As New FarPoint.Win.Spread.CellType.CheckBoxCellType()
ccell.TextAlign = FarPoint.Win.ButtonTextAlign.TextRightPictLeft
Dim ccell1 As New FarPoint.Win.Spread.CellType.CheckBoxCellType(ccell)
ccell1.TextTrue = "True"
fpSpread1.Sheets(0).Cells(1, 1).CellType = ccell1
参照

CheckBoxCellType クラス
CheckBoxCellType メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.