Compartilhar via


TextRange2.InsertBefore(String) Método

Definição

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

Aplica-se a