Spread Silverlight Documentation
CellType Property (IExcelCell)


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

Property Value

The type of the cell.
See Also

Reference

IExcelCell Interface
IExcelCell Members