Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / SetCalendarFormat Method
Format of the header of the calendar


In This Topic
    SetCalendarFormat Method
    In This Topic
    Sets the format to be used for the pop-up calendar header.
    Syntax
    'Declaration
     
    
    Public Sub SetCalendarFormat( _
       ByVal calFormat As String _
    ) 
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim calFormat As String
     
    instance.SetCalendarFormat(calFormat)
    public void SetCalendarFormat( 
       string calFormat
    )

    Parameters

    calFormat
    Format of the header of the calendar
    See Also