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


In This Topic
    MaskedEditCellType Constructor
    In This Topic
    Creates a new ASP.NET AJAX extender masked edit cell.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New MaskedEditCellType()
    public MaskedEditCellType()
    Example
    This example creates a mask cell for monetary input.
    See Also