Table of Contents

Class CompileResult

Namespace
OfficeOpenXml.FormulaParsing.ExpressionGraph
Assembly
Magicodes.EPPlus.dll
public class CompileResult
Inheritance
CompileResult
Inherited Members
Extension Methods

Constructors

CompileResult(ExcelErrorValue)

public CompileResult(ExcelErrorValue errorValue)

Parameters

errorValue ExcelErrorValue

CompileResult(eErrorType)

public CompileResult(eErrorType errorType)

Parameters

errorType eErrorType

CompileResult(object, DataType)

public CompileResult(object result, DataType dataType)

Parameters

result object
dataType DataType

Properties

DataType

public DataType DataType { get; }

Property Value

DataType

Empty

public static CompileResult Empty { get; }

Property Value

CompileResult

ExcelAddressReferenceId

public int ExcelAddressReferenceId { get; set; }

Property Value

int

IsDateString

public bool IsDateString { get; }

Property Value

bool

IsHiddenCell

public bool IsHiddenCell { get; set; }

Property Value

bool

IsNumeric

public bool IsNumeric { get; }

Property Value

bool

IsNumericString

public bool IsNumericString { get; }

Property Value

bool

IsResultOfResolvedExcelRange

public bool IsResultOfResolvedExcelRange { get; }

Property Value

bool

IsResultOfSubtotal

public bool IsResultOfSubtotal { get; set; }

Property Value

bool

Result

public object Result { get; }

Property Value

object

ResultNumeric

public double ResultNumeric { get; }

Property Value

double

ResultValue

public object ResultValue { get; }

Property Value

object