Spread Silverlight Documentation
CellType Property (ExcelCell)


GrapeCity.Excel Namespace > ExcelCell Class : CellType Property
Gets or sets the type of the cell.
Syntax
'Declaration
 
Public Property CellType As CellType
'Usage
 
Dim instance As ExcelCell
Dim value As CellType
 
instance.CellType = value
 
value = instance.CellType
public CellType CellType {get; set;}

Property Value

The type of the cell.
See Also

Reference

ExcelCell Class
ExcelCell Members