Class ExcelExternalWorksheet
A representation of an external cached worksheet.
Inheritance
System.Object
ExcelExternalWorksheet
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.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 |
---|---|
System.String |
RefreshError
If errors have occured on the last update of the cached values.
Declaration
public bool RefreshError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SheetId
The sheet id
Declaration
public int SheetId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |
Overrides
System.Object.ToString()