ExcelParagraphCollection Class

Office Open XML

A collection of Paragraph objects

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Style..::.ExcelParagraphCollection

See Also