[]
Represents a one-dimensional collection of Row objects.
public class Rows : IList, ICollection, IEnumerable
Public Class Rows
Implements IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| Count | Gets or sets the number of rows in the collection. |
| Default | Gets a row for the default row (-1). |
| this[int] | Gets a new row for the specified row. |
| this[int, int] | Gets a new row for the specified range of rows. |
| Parent | Gets the parent object that contains this collection of rows. |
| Name | Description |
|---|---|
| Add(int, int) | Adds a new row or range of rows. |
| AddRange(ICollection) | Not supported (throws InvalidOperationException). |
| Clear() | Not supported (throws InvalidOperationException). |
| Remove(int, int) | Removes a row or range of rows. |