XlsRangesCollection
RichText Property
 | 
String with rich text formatting. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IRichTextString RichText { get; }
 
Public ReadOnly Property RichText As IRichTextString
	Get
 
public:
virtual property IRichTextString^ RichText {
	IRichTextString^ get () sealed;
}
 
abstract RichText : IRichTextString with get
override RichText : IRichTextString with get
 
 
 
Property Value
Type:
IRichTextString
Implements
IXLSRange
RichText
 
See Also