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


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