Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / DayNames Property


In This Topic
DayNames Property (IDateTimeCellType)
In This Topic
Gets or sets an array of day names.
Syntax
'Declaration
 
Property DayNames As String()
 
'Usage
 
Dim instance As IDateTimeCellType
Dim value() As String
 
instance.DayNames = value
 
value = instance.DayNames
See Also