DocumentEvents2.BuildingBlockInsert Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub BuildingBlockInsert ( _
Range As Range, _
Name As String, _
Category As String, _
BlockType As String, _
Template As String _
)
'Usage
Dim instance As DocumentEvents2
Dim Range As Range
Dim Name As String
Dim Category As String
Dim BlockType As String
Dim Template As String
instance.BuildingBlockInsert(Range, Name, _
Category, BlockType, Template)
void BuildingBlockInsert(
Range Range,
string Name,
string Category,
string BlockType,
string Template
)
Parameters
- Range
Type: Microsoft.Office.Interop.Word.Range
- Name
Type: System.String
- Category
Type: System.String
- BlockType
Type: System.String
- Template
Type: System.String