TextRange2.InsertAfter(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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