Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionViewCell Class / DataType Property


In This Topic
DataType Property (ExpressionViewCell)
In This Topic
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

Property Value

The type of the data of the cell.
See Also