Share via


ResultIU Property [Visio 2003 SDK Documentation]

Gets or sets a cell's value in internal units.

retVal = object**.ResultIU**

object**.ResultIU** = newValue

retVal     Double. The cell's value in internal units.

object     Required. An expression that returns a Cell object.

newValue     Required Double. The new value for the cell.

Version added

2.0

Remarks

Use the ResultIU property to set the value of an unguarded cell. If a cell's formula is protected with a GUARD function, the formula is not changed and an error is generated. To set the value of a guarded cell in internal units, use the ResultIUForce property.

The units default to the Microsoft Office Visio internal units, which are inches for distance and radians for angles.

Applies to | Cell object

See Also | Formula property | Result property | ResultForce property | ResultInt property | ResultIUForce property | ResultStr property