Class ExcelExternalWorksheetCollection
A collection of external worksheets
Inherited Members
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalWorksheetCollection : EPPlusReadOnlyList<ExcelExternalWorksheet>, IEnumerable<ExcelExternalWorksheet>, IEnumerable
Properties
this[string]
The indexer to reference the external worksheet objects
Declaration
public ExcelExternalWorksheet this[string name] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the worksheet |
Property Value
| Type | Description |
|---|---|
| ExcelExternalWorksheet |