Table of Contents

Class ExcelErrorValue.Values

Namespace
OfficeOpenXml
Assembly
Magicodes.EPPlus.dll
public static class ExcelErrorValue.Values
Inheritance
ExcelErrorValue.Values
Inherited Members

Fields

Div0

public const string Div0 = "#DIV/0!"

Field Value

string

NA

public const string NA = "#N/A"

Field Value

string

Name

public const string Name = "#NAME?"

Field Value

string

Null

public const string Null = "#NULL!"

Field Value

string

Num

public const string Num = "#NUM!"

Field Value

string

Ref

public const string Ref = "#REF!"

Field Value

string

Value

public const string Value = "#VALUE!"

Field Value

string

Methods

IsErrorValue(object)

public static bool IsErrorValue(object candidate)

Parameters

candidate object

Returns

bool

StringIsErrorValue(string)

public static bool StringIsErrorValue(string candidate)

Parameters

candidate string

Returns

bool

ToErrorType(string)

public static eErrorType ToErrorType(string val)

Parameters

val string

Returns

eErrorType