Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IntegerCellType Class / IntegerCellType Constructor / IntegerCellType Constructor()
Example


In This Topic
    IntegerCellType Constructor()
    In This Topic
    Creates a new integer data type cell.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New IntegerCellType()
    public IntegerCellType()
    Example
    This example creates an instance of an integer cell.
    See Also