GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableColumn Interface / CellType Property


In This Topic
CellType Property (ITableColumn)
In This Topic
Gets or sets the cell type for this table column.
Syntax
'Declaration
 
Property CellType As ICellType
 
'Usage
 
Dim instance As ITableColumn
Dim value As ICellType
 
instance.CellType = value
 
value = instance.CellType

Property Value

The cell type for this table column.
See Also