Share
 
 

HasSheetView Property (ActiveX)

Specifies whether the viewport is linked to a corresponding sheet view.

Supported platforms: Windows only

Signature

VBA:

object.HasSheetView
object

Type: PViewport

The object this property applies to.

Property Value

Read-only: Yes

Type: Boolean

  • True: The viewport has a corresponding sheet view.
  • False: The viewport does not have a corresponding sheet view.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?