Class ExcelExternalCellValue
Represents a cell value of an external worksheets cell.
Inherited Members
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalCellValue
Properties
Address
The address of the cell
Declaration
public string Address { get; }
Property Value
| Type | Description |
|---|---|
| string |
Column
The column of the cell
Declaration
public int Column { get; }
Property Value
| Type | Description |
|---|---|
| int |
MetaDataReference
A reference index to meta data for the cell
Declaration
public int MetaDataReference { get; }
Property Value
| Type | Description |
|---|---|
| int |
Row
The row of the cell
Declaration
public int Row { get; }
Property Value
| Type | Description |
|---|---|
| int |
Value
The value of the cell
Declaration
public object Value { get; }
Property Value
| Type | Description |
|---|---|
| object |