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


In This Topic
    FilteredTextCellType Constructor
    In This Topic
    Creates a new ASP.NET AJAX extender filtered text cell.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New FilteredTextCellType()
    public FilteredTextCellType()
    Example
    This example sets up a filtered cell type.
    See Also