Show / Hide Table of Contents

Class FinanceCalcResult<T>

Finance Calculation Result

Inheritance
System.Object
FinanceCalcResult<T>
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.Excel.Functions.Finance.Implementations
Assembly: EPPlus.dll
Syntax
public class FinanceCalcResult<T>
Type Parameters
Name Description
T

Constructors

FinanceCalcResult(T)

Constructor result

Declaration
public FinanceCalcResult(T result)
Parameters
Type Name Description
T result

FinanceCalcResult(T, DataType)

Constructor result and datatype

Declaration
public FinanceCalcResult(T result, DataType dataType)
Parameters
Type Name Description
T result
DataType dataType

FinanceCalcResult(eErrorType)

Error constructor

Declaration
public FinanceCalcResult(eErrorType error)
Parameters
Type Name Description
eErrorType error

Properties

DataType

DataType

Declaration
public DataType DataType { get; }
Property Value
Type Description
DataType

ExcelErrorType

Error type

Declaration
public eErrorType ExcelErrorType { get; }
Property Value
Type Description
eErrorType

HasError

Has error

Declaration
public bool HasError { get; }
Property Value
Type Description
System.Boolean

Result

Result

Declaration
public T Result { get; }
Property Value
Type Description
T
In This Article
Back to top Generated by DocFX