GrapeCity SPREAD for Windows Forms 11.0J
FormatString プロパティ (GcComboBoxCellType)


入力文字列をフィルタリングまたは変換するための書式文字列を取得または設定します。
構文
'Declaration
 
Public Property FormatString As String
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As String
 
instance.FormatString = value
 
value = instance.FormatString
public string FormatString {get; set;}

プロパティ値

入力文字列をフィルタリングまたは変換するための書式文字列を示すSystem.String値。
デフォルト値はSystem.String.Emptyです。
解説
このプロパティは、入力できる文字と記号の種類を指定します。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.