Click or drag to resize

XlsOvalShape RichText Property

Gets the rich text associated with the current object. If no rich text is currently set, a new RichTextShape is created and returned.

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 instance of IRichTextString representing the rich text associated with the object.

Implements

IOvalShape RichText
See Also