DocumentEvents2.BuildingBlockInsert メソッド

定義

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)

パラメーター

Range
Range
Name
String
Category
String
BlockType
String
Template
String

適用対象