ModelView Property (ActiveX)

Returns and sets the model view associated with the viewport.

Supported platforms: Windows only

Signature

VBA:

object.ModelView
object

Type: PViewport

The object this property applies to.

Property Value

Read-only: No

Type: View

The model view associated with the viewport.

Remarks

The model view returned by the property refers to a view placed on a sheet from the Model Views tab of the Sheet Set Manager.

Note: This property can't be used to assign a named view to a viewport.

Examples

VBA:

Not available

Visual LISP:

Not available