Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / MonthNames Property


In This Topic
    MonthNames Property (IDateTimeCellType)
    In This Topic
    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