A collection of rows in a worksheet.
Inheritance
object
WorksheetItemCollection<WorksheetRow>
RowColumnCollectionBase<WorksheetRow>
Implements
- ICollection<WorksheetRow>
- IEnumerable<WorksheetRow>
- IEnumerable
Properties
Section titled "Properties"this[int]
Section titled "this[int]"Gets the row at the specified index.
public WorksheetRow this[int index] { get; } MaxCount
Section titled "MaxCount"Gets the maximum number of items allowed in this collection.
protected override int MaxCount { get; } Methods
Section titled "Methods"Insert(int, int)
Section titled "Insert(int, int)"Inserts one or more rows into the collection
public void Insert(int index, int count = 1) Parameters
- index:
int - count:
int
Returns any
Remove(int, int)
Section titled "Remove(int, int)"Removes one or more rows from the collection
public void Remove(int index, int count = 1) Parameters
- index:
int - count:
int