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


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