aspose.diagram
Class UnitFormulaErrV

Specified attributes of an element.

Constructor Summary
UnitFormulaErrV(unit, f, err, v)
           Constructor.
 
Property Getters/Setters Summary
functiongetErr()
functionsetErr(value)
           Indicates that the formula evaluates to an error.
functiongetF()
functionsetF(value)
           Represents the element's formula.
functiongetUnit()
functionsetUnit(value)
           Units of measure. The value of the property is MeasureConst integer constant.
functiongetV()
functionsetV(value)
           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.
 
Method Summary
functiondeepClone()
           Creates deep copy of this instance.
functionequals(value)
           Are objects equal.
functionhashCode()
           Serves as a hash function for a particular type.
 

Constructor Detail

UnitFormulaErrV

function UnitFormulaErrV(unit, f, err, v)
Constructor.
Parameters:
unit: Number - A MeasureConst value.
f: String -
err: String -
v: String -

Property Getters/Setters Detail

getV/setV : String 

function getV() / function setV(value)
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.

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.

Method Detail

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.