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