A collection of cells in a row.

Inheritance

object
WorksheetItemCollection<WorksheetCell>
RowColumnCollectionBase<WorksheetCell>
Implements
  • ICollection<WorksheetCell>
  • IEnumerable<WorksheetCell>
  • IEnumerable

Gets the cell at the specified column index in the owning row.

public WorksheetCell this[int index] { get; }

Gets the maximum number of items allowed in this collection.

protected override int MaxCount { get; }