Show / Hide Table of Contents

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()
Namespace: OfficeOpenXml.FormulaParsing.ExpressionGraph
Assembly: EPPlus.dll
Syntax
public class CompileResult

Constructors

CompileResult(eErrorType)

Declaration
public CompileResult(eErrorType errorType)
Parameters
Type Name Description
eErrorType errorType

CompileResult(ExcelErrorValue)

Declaration
public CompileResult(ExcelErrorValue errorValue)
Parameters
Type Name Description
ExcelErrorValue errorValue

CompileResult(Object, DataType)

Declaration
public CompileResult(object result, DataType dataType)
Parameters
Type Name Description
System.Object result
DataType dataType

CompileResult(Object, DataType, Int32)

Declaration
public CompileResult(object result, DataType dataType, int excelAddressReferenceId)
Parameters
Type Name Description
System.Object result
DataType dataType
System.Int32 excelAddressReferenceId

Properties

DataType

Declaration
public DataType DataType { get; }
Property Value
Type Description
DataType

Empty

Declaration
public static CompileResult Empty { get; }
Property Value
Type Description
CompileResult

ExcelAddressReferenceId

Declaration
public int ExcelAddressReferenceId { get; set; }
Property Value
Type Description
System.Int32

IsDateString

Declaration
public bool IsDateString { get; }
Property Value
Type Description
System.Boolean

IsHiddenCell

Declaration
public bool IsHiddenCell { get; set; }
Property Value
Type Description
System.Boolean

IsNumeric

Declaration
public bool IsNumeric { get; }
Property Value
Type Description
System.Boolean

IsNumericString

Declaration
public bool IsNumericString { get; }
Property Value
Type Description
System.Boolean

IsResultOfResolvedExcelRange

Declaration
public bool IsResultOfResolvedExcelRange { get; }
Property Value
Type Description
System.Boolean

IsResultOfSubtotal

Declaration
public bool IsResultOfSubtotal { get; set; }
Property Value
Type Description
System.Boolean

Result

Declaration
public object Result { get; }
Property Value
Type Description
System.Object

ResultNumeric

Declaration
public double ResultNumeric { get; }
Property Value
Type Description
System.Double

ResultValue

Declaration
public object ResultValue { get; }
Property Value
Type Description
System.Object
In This Article
Back to top Generated by DocFX