Class CompileResult
public class CompileResult
- Inheritance
-
CompileResult
- Inherited Members
-
- Extension Methods
-
Constructors
public CompileResult(ExcelErrorValue errorValue)
Parameters
errorValue
ExcelErrorValue
public CompileResult(eErrorType errorType)
Parameters
errorType
eErrorType
public CompileResult(object result, DataType dataType)
Parameters
result
object
dataType
DataType
Properties
public DataType DataType { get; }
Property Value
- DataType
public static CompileResult Empty { get; }
Property Value
- CompileResult
public int ExcelAddressReferenceId { get; set; }
Property Value
- int
public bool IsDateString { get; }
Property Value
- bool
public bool IsHiddenCell { get; set; }
Property Value
- bool
public bool IsNumeric { get; }
Property Value
- bool
public bool IsNumericString { get; }
Property Value
- bool
public bool IsResultOfResolvedExcelRange { get; }
Property Value
- bool
public bool IsResultOfSubtotal { get; set; }
Property Value
- bool
public object Result { get; }
Property Value
- object
public double ResultNumeric { get; }
Property Value
- double
public object ResultValue { get; }
Property Value
- object