Data3 property

Microsoft Visio Developer Reference

Data3 property

       

Gets or sets the value of the Data3 field for a Shape object.

Version added

2.0

Syntax

strRet = object.Data3
object.Data3 = stringExpression

strRet

String. The current value of the field.

object

Required. An expression that returns a Shape object.

stringExpression

Required String. The new value for the field.

Remarks

Use the Data3 property to supply additional information about a shape. The property can contain up to 64 KB of characters. Text controls should be used with care with a string that is greater than 3,000 characters.

Setting the Data3 property is equivalent to entering information in the Data 3 box in the Special dialog box (click Special on the Format menu).