[]
Represents a collection of Row objects.
public class RowCollection : ContentObjectCollection<Row>, IContentList<Row>, IReadOnlyList<Row>, IReadOnlyCollection<Row>, IEnumerable<Row>, IEnumerable
| Name | Description |
|---|---|
| Add() | Adds a Row to this collection. The row is added to the end of the last table in the range. |
| Add(params string[]) | Adds a Row to this collection. The row is added to the end of the last table in the range. |
| Insert(Row) | Inserts a Row into this collection before a specified row. |
| Insert(string[], InsertLocation) | Inserts a Row into this collection at the specified location. |
| Insert(string[], Row) | Inserts a Row into this collection before a specified row. |