BuildingBlock.InsertOptions Property

Definition

Returns or sets an Integer that represents how to insert the contents of a building block into a document. Read/write.

public:
 property int InsertOptions { int get(); void set(int value); };
public int InsertOptions { get; set; }
member this.InsertOptions : int with get, set
Public Property InsertOptions As Integer

Property Value

Integer

Remarks

The value of the InsertOptions property can be any of the WdDocPartInsertOptions enumeration values.

Applies to