ExcelRichTextCollection Members
From Office Open XML
| EPPlus 3.0 |
| ExcelRichTextCollection Members |
| ExcelRichTextCollection Class Methods Properties See Also Send Feedback |
The ExcelRichTextCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a rich text string
| |
| Clear |
Clear the collection
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Remove |
Removes an item
| |
| RemoveAt |
Removes an item at the specific index
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Items in the list
| |
| Item |
Collection containing the richtext objects
| |
| Text |
The text
|