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


In This Topic
    Value Property (RichTextEditor)
    In This Topic
    Gets or sets the value.
    Syntax
    'Declaration
     
    
    Public Overridable Property Value As Object
    'Usage
     
    
    Dim instance As RichTextEditor
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public virtual object Value {get; set;}
    See Also