Search Results for

    Show / Hide Table of Contents

    Class TableRowCollection

    Represents a collection of TableRow objects.

    Inheritance
    System.Object
    System.Collections.CollectionBase
    FRCollectionBase
    TableRowCollection
    Inherited Members
    FRCollectionBase.Owner
    FRCollectionBase.AddRange(Base[])
    FRCollectionBase.AddRange(ObjectCollection)
    FRCollectionBase.Add(Base)
    FRCollectionBase.Insert(Int32, Base)
    FRCollectionBase.Remove(Base)
    FRCollectionBase.IndexOf(Base)
    FRCollectionBase.Contains(Base)
    FRCollectionBase.ToArray()
    FRCollectionBase.Equals(FRCollectionBase)
    FRCollectionBase.CopyTo(FRCollectionBase)
    FRCollectionBase.OnClear()
    Namespace: FastReport.Table
    Assembly: FastReport.Base.dll
    Syntax
    public class TableRowCollection : FRCollectionBase, IList, ICollection, IEnumerable

    Properties

    Item[Int32]

    Gets a row with specified index.

    Declaration
    public TableRow this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index

    Index of a row.

    Property Value
    Type Description
    TableRow

    The row with specified index.

    Methods

    OnInsert(Int32, Object)

    Declaration
    protected override void OnInsert(int index, object value)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object value
    Overrides
    FRCollectionBase.OnInsert(Int32, Object)

    OnRemove(Int32, Object)

    Declaration
    protected override void OnRemove(int index, object value)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object value
    Overrides
    FRCollectionBase.OnRemove(Int32, Object)
    Back to top © 1998-2025 Copyright Fast Reports Inc.