Class TableColumnCollection
Represents a collection of TableColumn objects.
Inherited Members
Namespace: FastReport.Table
Assembly: FastReport.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
OnRemove(Int32, Object)
Declaration
protected override void OnRemove(int index, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.Object | value |