Share via


_CommandBarActiveX.Move Method (Object, Object)

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Move ( _
    Bar As Object, _
    Before As Object _
) As CommandBarControl
'Usage
Dim instance As _CommandBarActiveX
Dim Bar As Object
Dim Before As Object
Dim returnValue As CommandBarControl

returnValue = instance.Move(Bar, Before)
CommandBarControl Move(
    Object Bar,
    Object Before
)

Parameters

Return Value

Type: Microsoft.Office.Core.CommandBarControl

Implements

CommandBarControl.Move(Object, Object)

See Also

Reference

_CommandBarActiveX Interface

_CommandBarActiveX Members

Move Overload

Microsoft.Office.Core Namespace