Spread Windows Forms 12.0 Product Documentation
DayNames Property (IDateTimeCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IDateTimeCellType Interface : DayNames Property
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
string[] DayNames {get; set;}
See Also

Reference

IDateTimeCellType Interface
IDateTimeCellType Members