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


In This Topic
    TextCellType Constructor
    In This Topic
    Creates a new text cell.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New TextCellType()
    public TextCellType()
    Example
    This example creates an instance of the text cell type that allows multiple lines in a text cell.
    See Also