[]
        
(Showing Draft Content)

C1.Report.ParagraphItemCollection

ParagraphItemCollection Class

Represents a collection of ParagraphItem objects.

Namespace: C1.Report
Assembly: C1.Report.4.6.2.dll
Syntax
public class ParagraphItemCollection : ReportObjectList<ParagraphItem>, ICollection<ParagraphItem>, IEnumerable<ParagraphItem>, IList, ICollection, IEnumerable
Public Class ParagraphItemCollection
    Inherits ReportObjectList(Of ParagraphItem)
    Implements ICollection(Of ParagraphItem), IEnumerable(Of ParagraphItem), IList, ICollection, IEnumerable

Properties

Name Description
Report

Gets the FlexReport object owning this collection.

Methods

Name Description
Add(ParagraphItem)

Adds a ParagraphItem object to the collection.

Add(string)

Adds a ParagraphText object to the collection.

Clear()

Clears collection.

Remove(ParagraphItem)

Removes a ParagraphItem object from collection.

RemoveAt(int)

Removes item with specified index from the collection.