Spread Windows Forms 12.0 Product Documentation
DataType Property (ExpressionViewCell)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ExpressionViewCell Class : DataType Property
Gets the data type of this cell.
Syntax
'Declaration
 
Public ReadOnly Property DataType As CellDataType
'Usage
 
Dim instance As ExpressionViewCell
Dim value As CellDataType
 
value = instance.DataType
public CellDataType DataType {get;}

Property Value

The type of the data of the cell.
See Also

Reference

ExpressionViewCell Class
ExpressionViewCell Members