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


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