Share

ViewTabGroup.MoveToNewViewFrame Method

Parent Object: ViewTabGroup

Description

Method that moves current ViewTabGroup to a new ViewFrame.

Syntax

ViewTabGroup.MoveToNewViewFrame( [ViewFrameWidth] As Variant, [ViewFrameHeight] As Variant, [ViewFrameLeft] As Variant, [ViewFrameTop] As Variant ) As ViewFrame

Parameters

Name Type Description
ViewFrameWidth Variant Optioanl input Long value that specifies the width of the new ViewFrame.

This is an optional argument whose default value is null.
ViewFrameHeight Variant Optioanl input Long value that specifies the height of the new ViewFrame.

This is an optional argument whose default value is null.
ViewFrameLeft Variant Optioanl input Long value that specifies the left of the new ViewFrame.

This is an optional argument whose default value is null.
ViewFrameTop Variant Optioanl input Long value that specifies the top of the new ViewFrame.

This is an optional argument whose default value is null.

Version

Introduced in version 2022

Was this information helpful?