PowerTools SPREAD for Windows Forms 8.0J
FormatString プロパティ (GcTextBoxCellType)


入力可能な文字種を指定する書式を取得または設定します。
構文
'Declaration
 
Public Property FormatString As String
'使用法
 
Dim instance As GcTextBoxCellType
Dim value As String
 
instance.FormatString = value
 
value = instance.FormatString
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 メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.