RichText Property

Office Open XML

Richtext collection. Used to format specific parts of the text

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

Syntax

C#
public ExcelParagraphCollection RichText { get; }
Visual Basic (Declaration)
Public ReadOnly Property RichText As ExcelParagraphCollection
Visual C++
public:
property ExcelParagraphCollection^ RichText {
	ExcelParagraphCollection^ get ();
}

See Also