Class ExcelErrorValue
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelErrorValue
- Inheritance
-
ExcelErrorValue
- Inherited Members
-
- Extension Methods
-
Properties
Type
public eErrorType Type { get; }
Property Value
- eErrorType
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string
Operators
operator +(ExcelErrorValue, ExcelErrorValue)
public static ExcelErrorValue operator +(ExcelErrorValue v1, ExcelErrorValue v2)
Parameters
v1
ExcelErrorValue
v2
ExcelErrorValue
Returns
- ExcelErrorValue
operator +(object, ExcelErrorValue)
public static ExcelErrorValue operator +(object v1, ExcelErrorValue v2)
Parameters
v1
object
v2
ExcelErrorValue
Returns
- ExcelErrorValue