Visio.Interfaces.ShapeUpdateData interface
An interface for updating data on the Shape object, for use in shape.set({ ... })
.
Properties
select | Returns true, if shape is selected. User can set true to select the shape explicitly. |
view | Returns the view of the shape. |
Property Details
select
Returns true, if shape is selected. User can set true to select the shape explicitly.
select?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
view
Returns the view of the shape.
view?: Visio.Interfaces.ShapeViewUpdateData;
Property Value
Remarks
[ API set: 1.1 ]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins