OpenXmlElement.InsertBefore<T> Method

Inserts the specified element immediately before the specified reference element.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Overridable Function InsertBefore(Of T As OpenXmlElement) ( _
    newChild As T, _
    refChild As OpenXmlElement _
) As T
'Usage
Dim instance As OpenXmlElement
Dim newChild As T
Dim refChild As OpenXmlElement
Dim returnValue As T

returnValue = instance.InsertBefore(newChild, _
    refChild)
public virtual T InsertBefore<T>(
    T newChild,
    OpenXmlElement refChild
)
where T : OpenXmlElement

Type Parameters

  • T

Parameters

  • newChild
    Type: T
    The OpenXmlElement to insert.

Return Value

Type: T
The OpenXmlElement being inserted.

See Also

Reference

OpenXmlElement Class

OpenXmlElement Members

DocumentFormat.OpenXml Namespace