TextRange2.InsertBefore(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts text to the left of the existing text in the TextRange2 object.
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
Parameters
- NewText
- String
Contains the text to be inserted.
Returns
TextRange2