[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat.-ctor

YearMonthFormat Constructor

YearMonthFormat()

Initializes an instance of the YearMonthFormat class with a default value.

Declaration
public YearMonthFormat()
Public Sub New()

YearMonthFormat(string, string)

Initializes an instance of the YearMonthFormat class.

Declaration
public YearMonthFormat(string yearFormat, string monthFormat)
Public Sub New(yearFormat As String, monthFormat As String)
Parameters
Type Name Description
string yearFormat

A string value that indicates the year format.

string monthFormat

A string value that indicates the month format.