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 : CompileResultBase
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 |
The result.
|
DataType |
dataType |
The data type of the result.
|
Properties
Declaration
public virtual FormulaRangeAddress Address { get; }
Property Value
Declaration
public DataType DataType { get; }
Property Value
Returns a CompileResult with a null value and data type set to DataType.Empty
Declaration
public static CompileResult Empty { get; }
Property Value
Returns a CompileResult instance with a boolean value of false.
Declaration
public static CompileResult False { get; }
Property Value
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 IsPercentageString { 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 override CompileResultType ResultType { get; }
Property Value
Overrides
Declaration
public object ResultValue { get; }
Property Value
Type |
Description |
System.Object |
|
Returns a CompileResult instance with a boolean value of true.
Declaration
public static CompileResult True { get; }
Property Value
Returns a CompileResult instance with a decimal value of 0.
Declaration
public static CompileResult ZeroDecimal { get; }
Property Value
Returns a CompileResult instance with a integer value of 0.
Declaration
public static CompileResult ZeroInt { get; }
Property Value
Methods
Declaration
public static CompileResult GetErrorResult(eErrorType errorType)
Parameters
Type |
Name |
Description |
eErrorType |
errorType |
The type of error.
|
Returns