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


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

Reference

AlternatingRow Class
AlternatingRow Members