Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IRichTextEditor Interface / SelectedText Property


In This Topic
    SelectedText Property (IRichTextEditor)
    In This Topic
    Gets or sets the selected text.
    Syntax
    'Declaration
     
    
    Property SelectedText As String
    'Usage
     
    
    Dim instance As IRichTextEditor
    Dim value As String
     
    instance.SelectedText = value
     
    value = instance.SelectedText
    string SelectedText {get; set;}
    See Also