A collection of cells in a row.
Inheritance
object
WorksheetItemCollection<WorksheetCell>
RowColumnCollectionBase<WorksheetCell>
Implements
- ICollection<WorksheetCell>
- IEnumerable<WorksheetCell>
- IEnumerable
Properties
Section titled "Properties"this[int]
Section titled "this[int]"Gets the cell at the specified column index in the owning row.
public WorksheetCell this[int index] { get; } MaxCount
Section titled "MaxCount"Gets the maximum number of items allowed in this collection.
protected override int MaxCount { get; }