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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Column Class : CellType Property
Gets or sets the default cell type for cells in this column.
Syntax
'Declaration
 
Public Property CellType As ICellType
'Usage
 
Dim instance As Column
Dim value As ICellType
 
instance.CellType = value
 
value = instance.CellType
public ICellType CellType {get; set;}
See Also

Reference

Column Class
Column Members