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

GcTextBoxCellType クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New()
public GcTextBoxCellType()
使用例
次のサンプルコードは、GcTextBox セルを作成します。
GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType inputcell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType();
inputcell1.Multiline = true;
inputcell1.AcceptsCrLf = GrapeCity.Win.Spread.InputMan.CellType.CrLfMode.Cut;
fpSpread1.Sheets[0].Cells[1, 1].CellType = inputcell1;
Dim inputcell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType
inputcell1.Multiline = True
inputcell1.AcceptsCrLf = GrapeCity.Win.Spread.InputMan.CellType.CrLfMode.Cut
fpSpread1.Sheets(0).Cells(1, 1).CellType = inputcell1
参照

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

 

 


© MESCIUS inc. All rights reserved.