BuildingBlock.InsertOptions Property

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

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

Syntax

'Declaration
Property InsertOptions As Integer
    Get
    Set
'Usage
Dim instance As BuildingBlock
Dim value As Integer

value = instance.InsertOptions

instance.InsertOptions = value
int InsertOptions { get; set; }

Property Value

Type: System.Int32
Integer

Remarks

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

See Also

Reference

BuildingBlock Interface

BuildingBlock Members

Microsoft.Office.Interop.Word Namespace