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