Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TextCellType Class / CellCssClass Property
Example


In This Topic
    CellCssClass Property
    In This Topic
    Gets or set the CSS class name for the cell which contains this cell type.
    Syntax
    'Declaration
     
    
    Public Property CellCssClass As String
    'Usage
     
    
    Dim instance As TextCellType
    Dim value As String
     
    instance.CellCssClass = value
     
    value = instance.CellCssClass
    public string CellCssClass {get; set;}
    Remarks
    This property applies the CSS style to the table cell when the ShowEditor property is set to true.
    Example
    This example sets the CellCssClass property.
    See Also