PowerTools SPREAD for Windows Forms 8.0J
Pattern プロパティ (DateMonthField)


年号の入力形式を取得または設定します。
構文
'Declaration
 
Public Property Pattern As MonthPattern
'使用法
 
Dim instance As DateMonthField
Dim value As MonthPattern
 
instance.Pattern = value
 
value = instance.Pattern
public MonthPattern Pattern {get; set;}

プロパティ値

DateMonthField のパターンを示す GrapeCity.Win.Spread.InputMan.CellType.MonthPattern 値。
既定値は GrapeCity.Win.Spread.InputMan.CellType.MonthPattern.Number です。
解説
このプロパティは、DateMonthField のパターンを取得します。
参照

DateMonthField クラス
DateMonthField メンバ

 

 


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