Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / SubEditor Property


In This Topic
    SubEditor Property (BaseCellType)
    In This Topic
    Gets or sets the subeditor.
    Syntax
    'Declaration
     
    
    Public Overridable Property SubEditor As ISubEditor
    'Usage
     
    
    Dim instance As BaseCellType
    Dim value As ISubEditor
     
    instance.SubEditor = value
     
    value = instance.SubEditor
    public virtual ISubEditor SubEditor {get; set;}
    See Also