Compartilhar via


OpenXmlElement.InsertAt<T>(T, Int32) Método

Definição

Insere o elemento especificado no índice especificado na lista de elementos filho do elemento atual.

public virtual T InsertAt<T> (T newChild, int index) where T : DocumentFormat.OpenXml.OpenXmlElement;
public virtual T InsertAt<T> (T? newChild, int index) where T : DocumentFormat.OpenXml.OpenXmlElement;
public virtual T? InsertAt<T> (T? newChild, int index) where T : DocumentFormat.OpenXml.OpenXmlElement;
abstract member InsertAt : 'T * int -> 'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)
override this.InsertAt : 'T * int -> 'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)
Public Overridable Function InsertAt(Of T As OpenXmlElement) (newChild As T, index As Integer) As T

Parâmetros de tipo

T

Parâmetros

newChild
T

O OpenXmlElement elemento a ser inserido.

index
Int32

O índice baseado em zero em que o elemento deve ser inserido.

Retornos

T

O OpenXmlElement elemento que foi inserido.

Comentários

Retorna nullse newChild for igual nulla .

Aplica-se a