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