Class CompileResult
  
  
  
  
    Inheritance
    System.Object
    CompileResult
   
  
    Inherited Members
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
   
  
  Assembly: EPPlus.dll
  
  
    public class CompileResult
   
  Constructors
  
  
  
  
  
  Declaration
  
    public CompileResult(eErrorType errorType)
   
  Parameters
  
  
  
  
  
  Declaration
  
    public CompileResult(ExcelErrorValue errorValue)
   
  Parameters
  
  
  
  
  
  Declaration
  
    public CompileResult(object result, DataType dataType)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | result |  | 
      
        | DataType | dataType |  | 
    
  
  
  
  
  
  Declaration
  
    public CompileResult(object result, DataType dataType, int excelAddressReferenceId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | result |  | 
      
        | DataType | dataType |  | 
      
        | System.Int32 | excelAddressReferenceId |  | 
    
  
  Properties
  
  
  
  
  
  Declaration
  
    public DataType DataType { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public static CompileResult Empty { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public int ExcelAddressReferenceId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  Declaration
  
    public bool IsDateString { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  Declaration
  
    public bool IsHiddenCell { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  Declaration
  
    public bool IsNumeric { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  Declaration
  
    public bool IsNumericString { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  Declaration
  
    public bool IsResultOfResolvedExcelRange { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  Declaration
  
    public bool IsResultOfSubtotal { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  Declaration
  
    public object Result { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
  
  
  
  Declaration
  
    public double ResultNumeric { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  
  Declaration
  
    public object ResultValue { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  |