Show / Hide Table of Contents

Class RichDataReferenceValueError

Represents a rich value in the cell store

Inheritance
object
ExcelErrorValue
RichDataReferenceValueError
ExcelCellPicture
Implements
IEqualityComparer<ExcelErrorValue>
Inherited Members
ExcelErrorValue.Create(eErrorType)
ExcelErrorValue.CreateRichDataError(eErrorType)
ExcelErrorValue.AsCompileResult
ExcelErrorValue.Parse(string)
ExcelErrorValue.Type
ExcelErrorValue.ToString()
ExcelErrorValue.Equals(object)
ExcelErrorValue.GetHashCode()
ExcelErrorValue.Equals(ExcelErrorValue, ExcelErrorValue)
ExcelErrorValue.GetHashCode(ExcelErrorValue)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml.RichData
Assembly: EPPlus.dll
Syntax
public abstract class RichDataReferenceValueError : ExcelErrorValue, IEqualityComparer<ExcelErrorValue>

Properties

ReferenceType

Identifies what type of rich data being referenced

Declaration
public RichDataReferenceTypes ReferenceType { get; }
Property Value
Type Description
RichDataReferenceTypes

Implements

IEqualityComparer<T>
In this article
Back to top Generated by DocFX