Show / Hide Table of Contents

Class RichDataReferenceValueError

Represents a rich value in the cell store

Inheritance
Object
ExcelErrorValue
RichDataReferenceValueError
ExcelCellPicture
Inherited Members
ExcelErrorValue.Create(eErrorType)
ExcelErrorValue.AsCompileResult
ExcelErrorValue.Parse(String)
ExcelErrorValue.Type
ExcelErrorValue.ToString()
ExcelErrorValue.Equals(Object)
ExcelErrorValue.GetHashCode()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: OfficeOpenXml.RichData
Assembly: EPPlus.dll
Syntax
public abstract class RichDataReferenceValueError : ExcelErrorValue

Properties

ReferenceType

Identifies what type of rich data being referenced

Declaration
public RichDataReferenceTypes ReferenceType { get; }
Property Value
Type Description
RichDataReferenceTypes
In this article
Back to top Generated by DocFX