Show / Hide Table of Contents

Class ExcelSpillErrorValue

Represents a #SPILL! error

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

Constructors

ExcelSpillErrorValue(Int32, Int32)

Constructor

Declaration
public ExcelSpillErrorValue(int rowOffset, int colOffset)
Parameters
Type Name Description
Int32 rowOffset
Int32 colOffset
In this article
Back to top Generated by DocFX