Spread Windows Forms 12.0 Product Documentation
Type Property (CellValue)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CellValue Structure : Type Property
Gets a CellValueType value that indicates the value type.
Syntax
'Declaration
 
Public ReadOnly Property Type As CellValueType
'Usage
 
Dim instance As CellValue
Dim value As CellValueType
 
value = instance.Type
public CellValueType Type {get;}

Property Value

The type.
See Also

Reference

CellValue Structure
CellValue Members