Spread Windows Forms 12.0 Product Documentation
DateYearDisplayFieldInfo Constructor(Boolean)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateYearDisplayFieldInfo Class > DateYearDisplayFieldInfo Constructor : DateYearDisplayFieldInfo Constructor(Boolean)
If set to true the digits of the display field are fixed; otherwise, false.
Initializes a new instance of the DateYearDisplayFieldInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal showLeadingZero As Boolean _
)
'Usage
 
Dim showLeadingZero As Boolean
 
Dim instance As New DateYearDisplayFieldInfo(showLeadingZero)
public DateYearDisplayFieldInfo( 
   bool showLeadingZero
)

Parameters

showLeadingZero
If set to true the digits of the display field are fixed; otherwise, false.
See Also

Reference

DateYearDisplayFieldInfo Class
DateYearDisplayFieldInfo Members
Overload List