UnitFormulaErrV
Contents
[
Hide
]UnitFormulaErrV class
Specified attributes of an element.
Constructors
| Name | Description |
|---|---|
| UnitFormulaErrV | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| V | String | Represents the null string condition for a string cell value. In some cases it is helpful to distinguish between an empt |
| Unit | int | Units of measure. The value of the property is MeasureConst integer constant. |
| F | String | Represents the element’s formula. |
| Err | String | Indicates that the formula evaluates to an error. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |
UnitFormulaErrV(unit, f, err, v)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| unit | int | A MeasureConst value. |
| f | String | |
| err | String | |
| v | String |
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.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
hashCode()
Serves as a hash function for a particular type.
deepClone()
Creates deep copy of this instance.