ExcelComment
RichText Property
|
Gets the rich text representation of the current object.
Namespace:
Spire.Xls
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
Return Value
Type:
RichText
A new RichText object containing the rich text content of the current object.
See Also