Cell.ResultIU property (Visio)

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

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 Visio internal units, which are inches for distance and radians for angles.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.