Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / DateCalendarCellType Class / DateCalendarCellType Constructor
Example


In This Topic
    DateCalendarCellType Constructor
    In This Topic
    Creates a new ASP.NET AJAX extender date calendar cell.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New DateCalendarCellType()
    public DateCalendarCellType()
    Example
    This example creates a cell with a calendar editor.
    See Also