Specifies attributes of an element.
Property Getters/Setters Summary |
function | getErr() | |
function | setErr(value) | |
|
Indicates that the formula evaluates to an error.
|
function | getF() | |
function | setF(value) | |
|
Represents the element's formula.
|
function | getUnit() | |
function | setUnit(value) | |
|
Units of measure.
The value of the property is MeasureConst integer constant. |
Method Summary |
function | deepClone() | |
Creates deep copy of this instance.
|
function | equals(value) | |
Are objects equal.
|
function | hashCode() | |
Serves as a hash function for a particular type.
|
UnitFormulaErr
function UnitFormulaErr(unit, f, err)
-
Constructor.
- Parameters:
unit: Number
- A MeasureConst value. f: String
- err: String
-
UnitFormulaErr
function UnitFormulaErr()
-
Constructor.
Property Getters/Setters Detail |
getUnit/setUnit : Number | |
function getUnit() / function setUnit(value)
|
-
Units of measure.
The value of the property is MeasureConst integer constant.
getF/setF : String | |
function getF() / function setF(value)
|
-
Represents the element's formula.
getErr/setErr : String | |
function getErr() / function setErr(value)
|
-
Indicates that the formula evaluates to an error.
equals | |
function equals(value) |
-
Are objects equal.
- Parameters:
value: Object
-
- Returns:
hashCode | |
function hashCode() |
-
Serves as a hash function for a particular type.
- Returns:
deepClone | |
function deepClone() |
-
Creates deep copy of this instance.
- Returns:
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.