RTFStringArray
IsFormatted Property
|
Indicates whether rich text string has formatting runs. Read-only.
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
Property Value
Type:
Boolean
Implements
IRichTextString
IsFormatted
See Also