Range.ImportFragment(String, Boolean) Method

Definition

Imports a document fragment into the document at the specified range.

public void ImportFragment (string FileName, bool MatchDestination = false);
abstract member ImportFragment : string * bool -> unit
Public Sub ImportFragment (FileName As String, Optional MatchDestination As Boolean = false)

Parameters

FileName
String

Required String Specifies the path and file name where the document fragment is stored.

MatchDestination
Boolean

Optional Boolean Specifies whether to match the destination formatting. If False, the imported document fragment retains the formatting in the original document. Default value is False.

Remarks

This method replaces the contents of a range. To stop this from occurring, use the Collapse(Object) method before using this method.

Applies to