Range.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 the specified text before the specified range.
public:
void InsertBefore(System::String ^ Text);
public void InsertBefore (string Text);
abstract member InsertBefore : string -> unit
Public Sub InsertBefore (Text As String)
Parameters
- Text
- String
Required String. The text to be inserted.
Remarks
After the text is inserted, the range is expanded to include the new text. If the range is a bookmark, the bookmark is also expanded to include the next text.