Class VariableCompileResult
CompileResult that represents a variable
Inherited Members
Namespace: OfficeOpenXml.FormulaParsing.FormulaExpressions.CompileResults
Assembly: EPPlus.dll
Syntax
public class VariableCompileResult : AddressCompileResult
Constructors
VariableCompileResult(string, object, DataType, FormulaRangeAddress)
Constructor
Declaration
public VariableCompileResult(string variableName, object result, DataType dataType, FormulaRangeAddress address)
Parameters
| Type | Name | Description |
|---|---|---|
| string | variableName | name of the variable |
| object | result | The compiled result |
| DataType | dataType | Data type of the compiled result |
| FormulaRangeAddress | address | Address of the calculated cell |
Properties
IsVariableResult
Overrides IsVariableResult. For this class always true.
Declaration
public override bool IsVariableResult { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
VariableName
Name of the variable
Declaration
public string VariableName { get; }
Property Value
| Type | Description |
|---|---|
| string |