Click or drag to resize

RichText Class

Represents a RichTextString collection object.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionRichTextString
    SautinSoft.ExcelRichText

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public class RichText : Collection<RichTextString>

The RichText type exposes the following members.

Constructors
 NameDescription
Public methodRichText Initializes a new RichText object.
Top
Properties
 NameDescription
Public propertyCountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionRichTextString)
Public propertyItemGets or sets the element at the specified index.
(Inherited from CollectionRichTextString)
Top
Methods
 NameDescription
Public methodAddAdds an object to the end of the CollectionT.
(Inherited from CollectionRichTextString)
Public methodClearRemoves all elements from the CollectionT.
(Inherited from CollectionRichTextString)
Public methodContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionRichTextString)
Public methodCopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionRichTextString)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Inherited from CollectionRichTextString)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionRichTextString)
Public methodInsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionRichTextString)
Public methodRemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionRichTextString)
Public methodRemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionRichTextString)
Public methodToString Transforms an object RichText into an object String.
(Overrides ObjectToString)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIListAddAdds an item to the IList.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodIListContainsDetermines whether the IList contains a specific value.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodICollectionCopyToCopies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodIEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodIListIndexOfDetermines the index of a specific item in the IList.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodIListInsertInserts an item into the IList at the specified index.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate propertyIListIsFixedSizeGets a value indicating whether the IList has a fixed size.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate propertyICollectionTIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate propertyIListIsReadOnlyGets a value indicating whether the IList is read-only.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate propertyICollectionIsSynchronizedGets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate propertyIListItemGets or sets the element at the specified index.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodIListRemoveRemoves the first occurrence of a specific object from the IList.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate propertyICollectionSyncRootGets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionRichTextString)
Top
See Also