Table of Contents

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

ExcelExternalNamedItemCollection<ExcelExternalDefinedName>

CellValues

Cached cell values for the worksheet. Only cells referenced in the workbook are stored in the cache.

public ExcelExternalCellCollection CellValues { get; }

Property Value

ExcelExternalCellCollection

Name

The name of the worksheet.

public string Name { get; }

Property Value

string

RefreshError

If errors have occured on the last update of the cached values.

public bool RefreshError { get; }

Property Value

bool

SheetId

The sheet id

public int SheetId { get; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.