Cell.ResultIU Property

Visio Automation Reference

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

Version Information
 Version Added:  Visio 2.0

Syntax

expression.ResultIU

expression   A variable that represents a Cell object.

Return Value
Double

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.

See Also