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