Click or drag to resize

XlsArcShape RichText Property

Gets the rich text string associated with the current instance. If the rich text string is not already created, it initializes a new RichTextShape instance.

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; }

Return Value

Type: IRichTextString
An IRichTextString object representing the rich text.

Implements

ITextBox RichText
See Also