IRichTextString
IsFormatted Property
|
Indicates whether rich text string has formatting runs. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsFormatted { get; }
ReadOnly Property IsFormatted As Boolean
Get
property bool IsFormatted {
bool get ();
}
abstract IsFormatted : bool with get
Property Value
Type:
Boolean
See Also