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