Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFeatures Interface / RichText Property


In This Topic
    RichText Property (IFeatures)
    In This Topic
    Gets or sets a boolean value indicating whether the workbook allow processing rich text.
    Syntax
    'Declaration
     
    
    Property RichText As Boolean
    'Usage
     
    
    Dim instance As IFeatures
    Dim value As Boolean
     
    instance.RichText = value
     
    value = instance.RichText
    bool RichText {get; set;}
    See Also