A collection of columns in a worksheet.

Inheritance

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

Gets the column at the specified index.

public WorksheetColumn this[int index] { get; }

Gets the maximum number of items allowed in this collection.

protected override int MaxCount { get; }

Inserts one or more columns into the collection

public void Insert(int index, int count = 1)

Parameters

  • index: int
  • count: int

Returns any

Removes one or more columns from the collection

public void Remove(int index, int count = 1)

Parameters

  • index: int
  • count: int

Returns any