GrapeCity SPREAD for Windows Forms 11.0J
TextFormat プロパティ


テキストのカスタマイズに使用される書式文字列を取得または設定します。
構文
'Declaration
 
Public Property TextFormat As String
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As String
 
instance.TextFormat = value
 
value = instance.TextFormat
public string TextFormat {get; set;}

プロパティ値

テキストのカスタマイズに使用される書式文字列を示すSystem.String値。
例外
例外説明
System.ArgumentExceptionvalueが有効なTextFormatではありません。
解説
このプロパティは、GrapeCity.Win.Textの表示に使用される書式を指定します。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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