_CommandBarActiveX.Copy Method (Object, Object)
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Copy ( _
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.Copy(Bar, Before)
CommandBarControl Copy(
Object Bar,
Object Before
)
Parameters
- Bar
Type: System.Object
- Before
Type: System.Object
Return Value
Type: Microsoft.Office.Core.CommandBarControl
Implements
CommandBarControl.Copy(Object, Object)