Class LocalImageCompileResult
Local image compile result
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.FormulaExpressions.CompileResults
Assembly: EPPlus.dll
Syntax
public class LocalImageCompileResult : AddressCompileResult
Constructors
LocalImageCompileResult(Object, FormulaRangeAddress)
Constructor
Declaration
public LocalImageCompileResult(object result, FormulaRangeAddress address)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | result | |
| FormulaRangeAddress | address |
Properties
ResultType
The result is a local image
Declaration
public override CompileResultType ResultType { get; }
Property Value
| Type | Description |
|---|---|
| CompileResultType |