XlsTextBoxShape
RichText Property
|
Comment text.
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:
virtual property IRichTextString^ RichText {
IRichTextString^ get () sealed;
}
abstract RichText : IRichTextString with get
override RichText : IRichTextString with get
Property Value
Type:
IRichTextString
Implements
ITextBox
RichText
See Also