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