Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / MonthNames Property


In This Topic
    MonthNames Property (DateTimeCellType)
    In This Topic
    Gets or sets alternate month names for the control (use with UserDefinedFormat).
    Syntax
    'Declaration
     
    
    Public Property MonthNames As String()
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value() As String
     
    instance.MonthNames = value
     
    value = instance.MonthNames
    public string[] MonthNames {get; set;}
    See Also