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


In This Topic
    NumericUpDownCellType 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 NumericUpDownCellType()
    public NumericUpDownCellType()
    Example
    This example creates a numeric up-down cell type.
    See Also