TextRange2.InsertBefore(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 texto à esquerda do texto existente no TextRange2 objeto.
public Microsoft.Office.Core.TextRange2 InsertBefore (string NewText = "");
abstract member InsertBefore : string -> Microsoft.Office.Core.TextRange2
Public Function InsertBefore (Optional NewText As String = "") As TextRange2
Parâmetros
- NewText
- String
Contém o texto a ser inserido.
Retornos
TextRange2