GrapeCity SPREAD for Windows Forms 11.0J
Pattern プロパティ (DateSystemFormatDisplayField)


日付の表記方法を定める書式指定子を取得または設定します。
構文
'Declaration
 
Public Property Pattern As String
'使用法
 
Dim instance As DateSystemFormatDisplayField
Dim value As String
 
instance.Pattern = value
 
value = instance.Pattern
public string Pattern {get; set;}

プロパティ値

書式指定子を表すString値。 既定値はGです。
解説
このプロパティは、DateSystemFormatDisplayField のパターンを取得します。この Pattern プロパティを使用して GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeSystem.DateTime 値が System.String に変換され、それがこのフィールドの表示テキストになります。
参照

DateSystemFormatDisplayField クラス
DateSystemFormatDisplayField メンバ

 

 


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