Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / MonthNames Property


In This Topic
MonthNames Property (DateTimeCellType)
In This Topic
Gets or sets alternate month names for the control (use with UserDefinedFormat).
Syntax
'Declaration
 
Public Property MonthNames As String()
 
'Usage
 
Dim instance As DateTimeCellType
Dim value() As String
 
instance.MonthNames = value
 
value = instance.MonthNames
See Also