Class ExcelColumnCollection
A collection of columns in a worksheet
Implements
Inherited Members
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelColumnCollection : ExcelRangeColumn, IEnumerable<ExcelRangeColumn>, IEnumerable, IEnumerator<ExcelRangeColumn>, IEnumerator, IDisposable
Properties
this[int]
Indexer referenced by column index
Declaration
public ExcelRangeColumn this[int column] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | column | The column index |
Property Value
| Type | Description |
|---|---|
| ExcelRangeColumn | The column |
this[int, int]
Indexer referenced by from and to column index
Declaration
public ExcelRangeColumn this[int fromColumn, int toColumn] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | fromColumn | Column from index |
| int | toColumn | Column to index |
Property Value
| Type | Description |
|---|---|
| ExcelRangeColumn |