Show / Hide Table of Contents

Class ExcelParagraphCollection

A collection of Paragraph objects

Inheritance
System.Object
XmlHelper
ExcelParagraphCollection
Implements
System.Collections.Generic.IEnumerable<ExcelParagraph>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style
Assembly: Experior.Core.dll
Syntax
public class ExcelParagraphCollection : XmlHelper, IEnumerable<ExcelParagraph>, IEnumerable

Properties

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

Item[Int32]

Declaration
public ExcelParagraph this[int Index] { get; }
Parameters
Type Name Description
System.Int32 Index
Property Value
Type Description
ExcelParagraph

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Methods

Add(String)

Add a rich text string

Declaration
public ExcelParagraph Add(string Text)
Parameters
Type Name Description
System.String Text

The text to add

Returns
Type Description
ExcelParagraph

Clear()

Declaration
public void Clear()

Remove(ExcelRichText)

Declaration
public void Remove(ExcelRichText Item)
Parameters
Type Name Description
ExcelRichText Item

RemoveAt(Int32)

Declaration
public void RemoveAt(int Index)
Parameters
Type Name Description
System.Int32 Index

Explicit Interface Implementations

IEnumerable<ExcelParagraph>.GetEnumerator()

Declaration
IEnumerator<ExcelParagraph> IEnumerable<ExcelParagraph>.GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ExcelParagraph>

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Back to top Generated by DocFX