[]
        
(Showing Draft Content)

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

DateEraYearDisplayFieldInfo Constructor

DateEraYearDisplayFieldInfo()

Initializes a new instance of the DateEraYearDisplayFieldInfo class.

Declaration
public DateEraYearDisplayFieldInfo()
Public Sub New()

DateEraYearDisplayFieldInfo(bool)

Initializes a new instance of the DateEraYearDisplayFieldInfo class.

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

If set to true show leading zeros.

DateEraYearDisplayFieldInfo(bool, bool)

Initializes a new instance of the DateEraYearDisplayFieldInfo class.

Declaration
public DateEraYearDisplayFieldInfo(bool showLeadingZero, bool showTraditionalFirstYear)
Public Sub New(showLeadingZero As Boolean, showTraditionalFirstYear As Boolean)
Parameters
Type Name Description
bool showLeadingZero

If set to true, the field shows leading zeros.

bool showTraditionalFirstYear

A bool value, if set to true display the first era year as the start of the era.