Spread for ASP.NET 12 Product Documentation
CellCssClass Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TextCellType Class : CellCssClass Property
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;}
See Also

Reference

TextCellType Class
TextCellType Members