Class ExportsOptions.ExportsTreeNode.ExportsTreeNodeCollection
Represents a collection of nodes.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<ExportsOptions.ExportsTreeNode>
ExportsOptions.ExportsTreeNode.ExportsTreeNodeCollection
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class ExportsTreeNodeCollection : Collection<ExportsOptions.ExportsTreeNode>, IList<ExportsOptions.ExportsTreeNode>, ICollection<ExportsOptions.ExportsTreeNode>, IList, ICollection, IReadOnlyList<ExportsOptions.ExportsTreeNode>, IReadOnlyCollection<ExportsOptions.ExportsTreeNode>, IEnumerable<ExportsOptions.ExportsTreeNode>, IEnumerable
Methods
InsertItem(Int32, ExportsOptions.ExportsTreeNode)
Declaration
protected override void InsertItem(int index, ExportsOptions.ExportsTreeNode item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
ExportsOptions.ExportsTreeNode | item |
Overrides
System.Collections.ObjectModel.Collection<FastReport.Utils.ExportsOptions.ExportsTreeNode>.InsertItem(System.Int32, FastReport.Utils.ExportsOptions.ExportsTreeNode)
RemoveItem(Int32)
Declaration
protected override void RemoveItem(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Overrides
System.Collections.ObjectModel.Collection<FastReport.Utils.ExportsOptions.ExportsTreeNode>.RemoveItem(System.Int32)