Class ExcelExternalWorksheet
A representation of an external cached worksheet.
Inheritance
Object
ExcelExternalWorksheet
Implements
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalWorksheet : IExcelExternalNamedItem
Properties
CachedNames
A collection of cached names for an external worksheet
Declaration
public ExcelExternalNamedItemCollection<ExcelExternalDefinedName> CachedNames { get; }
Property Value
| Type | Description |
|---|---|
| ExcelExternalNamedItemCollection<ExcelExternalDefinedName> |
CellValues
Cached cell values for the worksheet. Only cells referenced in the workbook are stored in the cache.
Declaration
public ExcelExternalCellCollection CellValues { get; }
Property Value
| Type | Description |
|---|---|
| ExcelExternalCellCollection |
Name
The name of the worksheet.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |
RefreshError
If errors have occured on the last update of the cached values.
Declaration
public bool RefreshError { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
SheetId
The sheet id
Declaration
public int SheetId { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | A string that represents the current object. |
Overrides
System.Object.ToString()