Spread Windows Forms 12.0 Product Documentation
MonthNames Property (IDateTimeCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IDateTimeCellType Interface : MonthNames Property
Gets or sets an array of month names.
Syntax
'Declaration
 
Property MonthNames As String()
'Usage
 
Dim instance As IDateTimeCellType
Dim value() As String
 
instance.MonthNames = value
 
value = instance.MonthNames
string[] MonthNames {get; set;}
See Also

Reference

IDateTimeCellType Interface
IDateTimeCellType Members