MESCIUS SPREAD for Windows Forms 15.0J
FormatString プロパティ (GcTextBoxCellType)
使用例 

入力可能な文字種を指定する書式を取得または設定します。
構文
'宣言
 
Public Property FormatString As String
public string FormatString {get; set;}

プロパティ値

コントロールへのテキストの入力書式を指定する文字列。
デフォルト値はSystem.String.Emptyです。
解説
このプロパティは、入力できる文字と記号の種類を指定します。
使用例
次のサンプルコードは、FormatString プロパティを使用します。
GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType inputcell = new GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType();
//Symbols
inputcell.FormatString = "@";
fpSpread1.Sheets[0].Cells[0, 0].CellType = inputcell;
Dim inputcell As New GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType()
'Symbols
inputcell.FormatString = "@"
fpSpread1.Sheets(0).Cells(0, 0).CellType = inputcell
参照

GcTextBoxCellType クラス
GcTextBoxCellType メンバ
AllowSpace プロパティ
AutoConvert プロパティ

 

 


© MESCIUS inc. All rights reserved.