Search Results for

    Show / Hide Table of Contents

    Class TableColumnCollection

    Represents a collection of TableColumn objects.

    Inheritance
    System.Object
    System.Collections.CollectionBase
    FRCollectionBase
    TableColumnCollection
    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 TableColumnCollection : FRCollectionBase, IList, ICollection, IEnumerable

    Properties

    Item[Int32]

    Gets a column with specified index.

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

    Index of a column.

    Property Value
    Type Description
    TableColumn

    The column 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.