XMLChildNodeSuggestion.Insert Method

Inserts a XMLNode object that represents an XML element node.

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

Syntax

'Declaration
Function Insert ( _
    ByRef Range As Object _
) As XMLNode
'Usage
Dim instance As XMLChildNodeSuggestion
Dim Range As Object
Dim returnValue As XMLNode

returnValue = instance.Insert(Range)
XMLNode Insert(
    ref Object Range
)

Parameters

  • Range
    Type: System.Object%
    Optional Object. The text range around which to place the opening and closing XML elements.

Return Value

Type: Microsoft.Office.Interop.Word.XMLNode

See Also

Reference

XMLChildNodeSuggestion Interface

XMLChildNodeSuggestion Members

Microsoft.Office.Interop.Word Namespace