DocumentEvents2.BuildingBlockInsert 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.
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