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()
    
   
  
  Assembly: EPPlus.dll
  
  
    public class ExcelErrorCodes
   
  Properties
  
  
  
  
  
  Declaration
  
    public string Code { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public static ExcelErrorCodes Name { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public static ExcelErrorCodes NoValueAvaliable { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public static ExcelErrorCodes Value { get; }
   
  Property Value
  
  Methods
  
  
  
  
  
  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)
  
  
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  System.Object.GetHashCode()
  
  
  
  
  Declaration
  
    public static bool IsErrorCode(object valueToTest)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        valueToTest | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Operators
  
  
  
  
  
  Declaration
  
    public static bool operator ==(ExcelErrorCodes c1, ExcelErrorCodes c2)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public static bool operator !=(ExcelErrorCodes c1, ExcelErrorCodes c2)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |