UnitFormulaErrV

UnitFormulaErrV class

Specified attributes of an element.

Constructors

NameDescription
UnitFormulaErrVConstructor.

Properties

NameTypeDescription
VStringRepresents the null string condition for a string cell value. In some cases it is helpful to distinguish between an empt
UnitintUnits of measure. The value of the property is MeasureConst integer constant.
FStringRepresents the element’s formula.
ErrStringIndicates that the formula evaluates to an error.

Methods

NameDescription
equalsAre objects equal.
hashCodeServes as a hash function for a particular type.
deepCloneCreates deep copy of this instance.

UnitFormulaErrV(unit, f, err, v)

Constructor.

ParameterTypeDescription
unitintA MeasureConst value.
fString
errString
vString

UnitFormulaErrV.V property

Represents the null string condition for a string cell value. In some cases it is helpful to distinguish between an empty string cell null and a null string cell value. This attribute is used to distinguish between these forms of an empty value.

Type: String

UnitFormulaErrV.Unit property

Units of measure. The value of the property is MeasureConst integer constant.

Type: int

UnitFormulaErrV.F property

Represents the element’s formula.

Type: String

UnitFormulaErrV.Err property

Indicates that the formula evaluates to an error.

Type: String

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.

deepClone()

Creates deep copy of this instance.