Table of Contents

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

string

Column

The column of the cell

public int Column { get; }

Property Value

int

MetaDataReference

A reference index to meta data for the cell

public int MetaDataReference { get; }

Property Value

int

Row

The row of the cell

public int Row { get; }

Property Value

int

Value

The value of the cell

public object Value { get; }

Property Value

object