Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DesignerGcComboBoxCellSettings Class / CellType Property


In This Topic
    CellType Property (DesignerGcComboBoxCellSettings)
    In This Topic
    Gets or sets the type of the cell.
    Syntax
    'Declaration
     
    
    Public Property CellType As BaseCellType
    'Usage
     
    
    Dim instance As DesignerGcComboBoxCellSettings
    Dim value As BaseCellType
     
    instance.CellType = value
     
    value = instance.CellType
    public BaseCellType CellType {get; set;}

    Property Value

    The type of the cell.
    See Also