Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadMonthCalendar Class / CalendarFormat Property


In This Topic
    CalendarFormat Property
    In This Topic
    Gets or sets a calendar format string.
    Syntax
    'Declaration
     
    
    Public Property CalendarFormat As String
    'Usage
     
    
    Dim instance As SpreadMonthCalendar
    Dim value As String
     
    instance.CalendarFormat = value
     
    value = instance.CalendarFormat
    public string CalendarFormat {get; set;}
    See Also