DocumentEvents2.BuildingBlockInsert Method

Definition

public:
 void BuildingBlockInsert(Microsoft::Office::Interop::Word::Range ^ Range, System::String ^ Name, System::String ^ Category, System::String ^ BlockType, System::String ^ Template);
public void BuildingBlockInsert (Microsoft.Office.Interop.Word.Range Range, string Name, string Category, string BlockType, string Template);
abstract member BuildingBlockInsert : Microsoft.Office.Interop.Word.Range * string * string * string * string -> unit
Public Sub BuildingBlockInsert (Range As Range, Name As String, Category As String, BlockType As String, Template As String)

Parameters

Range
Range
Name
String
Category
String
BlockType
String
Template
String

Applies to