Class LocalImageCompileResult
Local image compile result
Inheritance
System.Object
LocalImageCompileResult
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()
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 |
---|---|---|
System.Object | result | |
FormulaRangeAddress | address |
Properties
ResultType
The result is a local image
Declaration
public override CompileResultType ResultType { get; }
Property Value
Type | Description |
---|---|
CompileResultType |