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


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