Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DesignerGcTextCellSettings Class / CellType Property


In This Topic
CellType Property (DesignerGcTextCellSettings)
In This Topic
Gets or sets the type of the cell.
Syntax
'Declaration
 
Public Property CellType As BaseCellType
 
'Usage
 
Dim instance As DesignerGcTextCellSettings
Dim value As BaseCellType
 
instance.CellType = value
 
value = instance.CellType

Property Value

The type of the cell.
See Also