Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ImageCellType Class / ImageCellType Constructor / ImageCellType Constructor()
Example


In This Topic
    ImageCellType Constructor()
    In This Topic
    Creates a new new image cell.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImageCellType()
    public ImageCellType()
    Example
    This example constructs an image cell type and sets the properties.
    See Also