RangesCollection
RichText Property
|
Returns a RichTextString object that represents the rich text style.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public RichText RichText { get; }
Public ReadOnly Property RichText As RichText
Get
public:
property RichText^ RichText {
RichText^ get ();
}
member RichText : RichText with get
Property Value
Type:
RichText
See Also