Class ExcelExternalWorksheetCollection
A collection of external worksheets
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalWorksheetCollection : EPPlusReadOnlyList<ExcelExternalWorksheet>, IEnumerable<ExcelExternalWorksheet>, IEnumerable
Properties
Item[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 |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable