Skip to main content

XlRichTextString Members

Represents a rich formatted text in a cell.

Constructors

Name Description
XlRichTextString() Initializes a new instance of the XlRichTextString class with the default settings.

Properties

Name Description
IsPlainText Gets a value indicating whether the rich text in a cell is a plain text rather than formatted.
Runs Provides access to the collection of cell text regions, each formatted with its own font.
Text Gets or sets the full rich text of a cell.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current XlRichTextString instance.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current XlRichTextString object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also