XlsShape
RichText Property
|
Gets the rich text string associated with the current object. If the rich text string has not been initialized, it creates a new instance of RichTextShape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
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:
property IRichTextString^ RichText {
IRichTextString^ get ();
}
member RichText : IRichTextString with get
Return Value
Type:
IRichTextString
An instance of IRichTextString representing the rich text string.
See Also