Spread for ASP.NET 12 Product Documentation
CellType Property (NamedStyle)


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

Reference

NamedStyle Class
NamedStyle Members