A collection of columns in a worksheet.
Inheritance
object
WorksheetItemCollection<WorksheetColumn>
RowColumnCollectionBase<WorksheetColumn>
Implements
- ICollection<WorksheetColumn>
- IEnumerable<WorksheetColumn>
- IEnumerable
Properties
Section titled "Properties"this[int]
Section titled "this[int]"Gets the column at the specified index.
public WorksheetColumn 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 columns 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 columns from the collection
public void Remove(int index, int count = 1) Parameters
- index:
int - count:
int