_Application.OrganizerCopy(String, String, String, WdOrganizerObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the specified AutoText entry, toolbar, style, or macro project item from the source document or template to the destination document or template.
public:
void OrganizerCopy(System::String ^ Source, System::String ^ Destination, System::String ^ Name, Microsoft::Office::Interop::Word::WdOrganizerObject Object);
public void OrganizerCopy (string Source, string Destination, string Name, Microsoft.Office.Interop.Word.WdOrganizerObject Object);
abstract member OrganizerCopy : string * string * string * Microsoft.Office.Interop.Word.WdOrganizerObject -> unit
Public Sub OrganizerCopy (Source As String, Destination As String, Name As String, Object As WdOrganizerObject)
Parameters
- Source
- String
Required String. The document or template file name that contains the item you want to copy.
- Destination
- String
Required String. The document or template file name to which you want to copy an item.
- Name
- String
Required String. The name of the AutoText entry, toolbar, style, or macro you want to copy.
- Object
- WdOrganizerObject
Required WdOrganizerObject. The kind of item you want to copy.