XlsRangesCollection
HasRichText Property
|
Indicates whether cell contains formatted rich text string.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasRichText { get; }
Public ReadOnly Property HasRichText As Boolean
Get
public:
virtual property bool HasRichText {
bool get () sealed;
}
abstract HasRichText : bool with get
override HasRichText : bool with get
Property Value
Type:
Boolean
Implements
IXLSRange
HasRichText
See Also