Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / EmptyCellType Class / EmptyCellType Constructor


In This Topic
    EmptyCellType Constructor
    In This Topic
    Creates an empty cell.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New EmptyCellType()
    public EmptyCellType()
    Remarks
    This is only for use when subclassing.
    See Also