Compartilhar via


TextRange2.InsertAfter(String) Método

Definição

Insere o texto à direita do texto existente no TextRange2 objeto.

public Microsoft.Office.Core.TextRange2 InsertAfter (string NewText = "");
abstract member InsertAfter : string -> Microsoft.Office.Core.TextRange2
Public Function InsertAfter (Optional NewText As String = "") As TextRange2

Parâmetros

NewText
String

Contém o texto a ser inserido.

Retornos

TextRange2

Aplica-se a