Click or drag to resize

RichTextString Class

Represents an object for working with formatted text.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelRichTextString

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public class RichTextString

The RichTextString type exposes the following members.

Constructors
 NameDescription
Public methodRichTextString Initializes a new RichTextString object.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldFormat Gets or sets the text format.
Public fieldText Gets or sets the text.
Top
See Also