Class ExcelSpillErrorValue
Represents a #SPILL! error
Inherited Members
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 |