Show / Hide Table of Contents

Class ExcelSpillErrorValue

Represents a #SPILL! error

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

Constructors

ExcelSpillErrorValue(Int32, Int32)

Constructor

Declaration
public ExcelSpillErrorValue(int rowOffset, int colOffset)
Parameters
Type Name Description
System.Int32 rowOffset
System.Int32 colOffset
In This Article
Back to top Generated by DocFX