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; }
Public ReadOnly Property IsFormatted As Boolean
Get
public:
virtual property bool IsFormatted {
bool get () sealed;
}
abstract IsFormatted : bool with get
override IsFormatted : bool with get
Return Value
Type:
Boolean
true if the shape is formatted with rich text; otherwise, false.
Implements
IRichTextString
IsFormatted
See Also