Show / Hide Table of Contents

Class RichDataReference

Represents a rich value in the cell store

Inheritance
object
RichDataReference
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml.RichData
Assembly: EPPlus.dll
Syntax
public abstract class RichDataReference

Properties

ReferenceType

Identifies what type of rich data being referenced

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

Methods

ToString()

Returns a string that reprsents the current object

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top Generated by DocFX