Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DesignerGcMaskCellSettings Class / CellType Property


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

    Property Value

    The type of the cell.
    See Also