Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / CellType Property


In This Topic
CellType Property (TableColumn)
In This Topic
Gets the table column cell type.
Syntax
'Declaration
 
Public ReadOnly Property CellType As ICellType
 
'Usage
 
Dim instance As TableColumn
Dim value As ICellType
 
value = instance.CellType

Property Value

An ICellType object represents the table column cell type.
See Also