Viewer.LayerDeleted property (Visio Viewer)

Gets a value that indicates whether the layer at the specified index in the drawing open in Microsoft Visio Viewer is deleted. Read-only.

Syntax

expression.LayerDeleted (LayerIndex)

expression An expression that returns a Viewer object.

Parameters

Name Required/Optional Data type Description
LayerIndex Required Long The index of the layer in the collection of layers in the drawing open in Visio Viewer.

Return value

Boolean

Remarks

The collection of layers is one-based, so the index of the first layer in the collection is 1. If there are no layers in the drawing, the LayerDeleted property returns False.

Example

The following code gets a value that indicates whether the layer at index position 1 is deleted.

Debug.Print vsoViewer.LayerDeleted(1)

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.