[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DateYearDisplayFieldInfo.-ctor

DateYearDisplayFieldInfo Constructor

DateYearDisplayFieldInfo()

Initializes a new instance of the DateYearDisplayFieldInfo class.

Declaration
public DateYearDisplayFieldInfo()
Public Sub New()

DateYearDisplayFieldInfo(bool)

Initializes a new instance of the DateYearDisplayFieldInfo class.

Declaration
public DateYearDisplayFieldInfo(bool showLeadingZero)
Public Sub New(showLeadingZero As Boolean)
Parameters
Type Name Description
bool showLeadingZero

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

DateYearDisplayFieldInfo(bool, YearDigitType)

Initializes a new instance of the DateYearDisplayFieldInfo class.

Declaration
public DateYearDisplayFieldInfo(bool showLeadingZero, YearDigitType yearDigit)
Public Sub New(showLeadingZero As Boolean, yearDigit As YearDigitType)
Parameters
Type Name Description
bool showLeadingZero

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

YearDigitType yearDigit

A YearDigitType value that indicates the type of the year digit.