UnitFormulaErrV

UnitFormulaErrV class

Specified attributes of an element.

new UnitFormulaErrV(unit, f, err, v)

Constructor.

Methods

NameDescription
deepClone()Creates deep copy of this instance.
equals(value)Are objects equal.
getErr()Indicates that the formula evaluates to an error.
getF()Represents the element’s formula.
getUnit()Units of measure. The value of the property is MeasureConst integer constant.
getV()Represents the null string condition for a string cell value. In some cases it is helpful to distinguish between an empt
hashCode()Serves as a hash function for a particular type.
setErr()Indicates that the formula evaluates to an error.
setF()Represents the element’s formula.
setUnit()Units of measure. The value of the property is MeasureConst integer constant.
setV()Represents the null string condition for a string cell value. In some cases it is helpful to distinguish between an empt

deepClone()

Creates deep copy of this instance.

Returns: Object — Object

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

Returns: boolean — boolean

getErr()

Indicates that the formula evaluates to an error.

getF()

Represents the element’s formula.

getUnit()

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

getV()

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.

hashCode()

Serves as a hash function for a particular type.

Returns: Number — Number

setErr()

Indicates that the formula evaluates to an error.

setF()

Represents the element’s formula.

setUnit()

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

setV()

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.