Show / Hide Table of Contents

Class ExcelErrorCodes

Inheritance
System.Object
ExcelErrorCodes
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Exceptions
Assembly: EPPlus.dll
Syntax
public class ExcelErrorCodes

Properties

Code

Declaration
public string Code { get; }
Property Value
Type Description
System.String

Name

Declaration
public static ExcelErrorCodes Name { get; }
Property Value
Type Description
ExcelErrorCodes

NoValueAvaliable

Declaration
public static ExcelErrorCodes NoValueAvaliable { get; }
Property Value
Type Description
ExcelErrorCodes

Value

Declaration
public static ExcelErrorCodes Value { get; }
Property Value
Type Description
ExcelErrorCodes

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

IsErrorCode(Object)

Declaration
public static bool IsErrorCode(object valueToTest)
Parameters
Type Name Description
System.Object valueToTest
Returns
Type Description
System.Boolean

Operators

Equality(ExcelErrorCodes, ExcelErrorCodes)

Declaration
public static bool operator ==(ExcelErrorCodes c1, ExcelErrorCodes c2)
Parameters
Type Name Description
ExcelErrorCodes c1
ExcelErrorCodes c2
Returns
Type Description
System.Boolean

Inequality(ExcelErrorCodes, ExcelErrorCodes)

Declaration
public static bool operator !=(ExcelErrorCodes c1, ExcelErrorCodes c2)
Parameters
Type Name Description
ExcelErrorCodes c1
ExcelErrorCodes c2
Returns
Type Description
System.Boolean
Back to top Generated by DocFX