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

适用于