Table of Contents

Class ExcelExternalWorksheetCollection

Namespace
OfficeOpenXml.ExternalReferences
Assembly
EPPlus.dll

A collection of external worksheets

public class ExcelExternalWorksheetCollection : EPPlusReadOnlyList<ExcelExternalWorksheet>, IEnumerable<ExcelExternalWorksheet>, IEnumerable
Inheritance
ExcelExternalWorksheetCollection
Implements
Inherited Members

Constructors

ExcelExternalWorksheetCollection()

public ExcelExternalWorksheetCollection()

Properties

this[string]

The indexer to reference the external worksheet objects

public ExcelExternalWorksheet this[string name] { get; }

Parameters

name string

The name of the worksheet

Property Value

ExcelExternalWorksheet