Show / Hide Table of Contents

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
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
In this article
Back to top Generated by DocFX