Click or drag to resize

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; }

Return Value

Type: RichText
A new RichText object containing the rich text content of the current object.
See Also