BuildingBlockEntries.Add Method

Creates a new building block entry in a template and returns a BuildingBlock object that represents the new building block entry.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function Add ( _
    Name As String, _
    Type As WdBuildingBlockTypes, _
    Category As String, _
    Range As Range, _
    ByRef Description As Object, _
    InsertOptions As WdDocPartInsertOptions _
) As BuildingBlock
'Usage
Dim instance As BuildingBlockEntries
Dim Name As String
Dim Type As WdBuildingBlockTypes
Dim Category As String
Dim Range As Range
Dim Description As Object
Dim InsertOptions As WdDocPartInsertOptions
Dim returnValue As BuildingBlock

returnValue = instance.Add(Name, Type, _
    Category, Range, Description, InsertOptions)
BuildingBlock Add(
    string Name,
    WdBuildingBlockTypes Type,
    string Category,
    Range Range,
    ref Object Description,
    WdDocPartInsertOptions InsertOptions
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Word.BuildingBlock
BuildingBlock

See Also

Reference

BuildingBlockEntries Interface

BuildingBlockEntries Members

Microsoft.Office.Interop.Word Namespace