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