Click or drag to resize

RichTextShape IsFormatted Property

Gets a value indicating whether the shape is formatted with rich text.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsFormatted { get; }

Return Value

Type: Boolean
true if the shape is formatted with rich text; otherwise, false.

Implements

IRichTextString IsFormatted
See Also