Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyle Class / CellType Property
Example


In This Topic
    CellType Property (NamedStyle)
    In This Topic
    Gets or sets the cell type object for the style.
    Syntax
    'Declaration
     
    
    Public Overrides Property CellType As ICellType
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As ICellType
     
    instance.CellType = value
     
    value = instance.CellType
    public override ICellType CellType {get; set;}

    Property Value

    ICellType object that contains the cell type for cells of this style
    Example
    This example creates a new custom style and sets several of the style properties.
    See Also