Class ExcelExternalCellValue
Represents a cell value of an external worksheets cell.
Inheritance
Object
ExcelExternalCellValue
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
|---|---|
| Int32 |
MetaDataReference
A reference index to meta data for the cell
Declaration
public int MetaDataReference { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Row
The row of the cell
Declaration
public int Row { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Value
The value of the cell
Declaration
public object Value { get; }
Property Value
| Type | Description |
|---|---|
| Object |