ExcelRichTextCollection Class

Office Open XML

Collection of Richtext objects

Namespace:  OfficeOpenXml.Style
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public class ExcelRichTextCollection : XmlHelper, 
	IEnumerable<ExcelRichText>, IEnumerable
Visual Basic (Declaration)
Public Class ExcelRichTextCollection _
	Inherits XmlHelper _
	Implements IEnumerable(Of ExcelRichText), IEnumerable
Visual C++
public ref class ExcelRichTextCollection : public XmlHelper, 
	IEnumerable<ExcelRichText^>, IEnumerable

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Style..::.ExcelRichTextCollection

See Also