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