Table of Contents

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 int

The 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; }

Parameters

fromColumn int

Column from index

toColumn int

Column to index

Property Value

ExcelRangeColumn