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


In This Topic
    LabelCellType Constructor
    In This Topic
    Creates a label cell.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New LabelCellType()
    public LabelCellType()
    Remarks
    Initializes an instance of the LabelCellType class.
    Example
    This example constructs a label cell type and sets the CssClass for a label cell.
    See Also