| GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType.Fields 名前空間 > DateYearDisplayField クラス > DateYearDisplayField コンストラクタ : DateYearDisplayField コンストラクタ(Boolean) | 
| 値 | 説明 | 
|---|---|
| True | 西暦年の数値がYearDigit プロパティで 定めた桁数をすべて埋めないとき、上位の桁に0を表示します。 | 
| False | 西暦年の数値がYearDigit プロパティで 定めた桁数をすべて埋めないとき、上位の桁に0を表示しません。 | 
'DeclarationPublic Function New( _ ByVal showLeadingZero As Boolean _ )
'使用法Dim showLeadingZero As Boolean Dim instance As New DateYearDisplayField(showLeadingZero)
public DateYearDisplayField( bool showLeadingZero )
| 値 | 説明 | 
|---|---|
| True | 西暦年の数値がYearDigit プロパティで 定めた桁数をすべて埋めないとき、上位の桁に0を表示します。 | 
| False | 西暦年の数値がYearDigit プロパティで 定めた桁数をすべて埋めないとき、上位の桁に0を表示しません。 |