Show / Hide Table of Contents

Class ExcelSpillErrorValue

Represents a #SPILL! error

Inheritance
object
ExcelErrorValue
ExcelRichDataErrorValue
ExcelSpillErrorValue
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
Assembly: EPPlus.dll
Syntax
public class ExcelSpillErrorValue : ExcelRichDataErrorValue, IEqualityComparer<ExcelErrorValue>

Constructors

ExcelSpillErrorValue(int, int)

Constructor

Declaration
public ExcelSpillErrorValue(int rowOffset, int colOffset)
Parameters
Type Name Description
int rowOffset
int colOffset

Implements

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