Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / CellType Property


In This Topic
CellType Property (Columns.DefaultColumn)
In This Topic
Gets or sets the default cell type for cells in the default column.
Syntax
'Declaration
 
Public Shadows Property CellType As ICellType
 
'Usage
 
Dim instance As Columns.DefaultColumn
Dim value As ICellType
 
instance.CellType = value
 
value = instance.CellType
See Also