ResultFromIntForce property

Microsoft Visio Developer Reference

ResultFromIntForce property

   Example   

Sets the value of a cell to an integer value, even if the cell's formula is protected with the GUARD function.

Version added

4.0

Syntax

object.ResultFromIntForce(unitsNameOrCode) = newValue

object

Required. An expression that returns a Cell object.

unitsNameOrCode

Required Variant. The units to use when setting the cell's value.

newValue

Required Long. The new value for the cell.

Remarks

Use the ResultFromIntForce property to set a cell's value even if the cell's formula is protected with a GUARD function. Otherwise, it is identical in behavior to the ResultFromInt property.