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


In This Topic
    AjaxComboBoxCellType Constructor
    In This Topic
    Creates a new ASP.NET AJAX extender numeric up-down cell.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New AjaxComboBoxCellType()
    public AjaxComboBoxCellType()
    Example
    This example creates an Ajax combo cell.
    See Also