Subdocuments.AddFromRange(Range) Method

Definition

Creates one or more subdocuments from the text in the specified range and returns a Subdocument object.

public:
 Microsoft::Office::Interop::Word::Subdocument ^ AddFromRange(Microsoft::Office::Interop::Word::Range ^ Range);
public Microsoft.Office.Interop.Word.Subdocument AddFromRange (Microsoft.Office.Interop.Word.Range Range);
abstract member AddFromRange : Microsoft.Office.Interop.Word.Range -> Microsoft.Office.Interop.Word.Subdocument
Public Function AddFromRange (Range As Range) As Subdocument

Parameters

Range
Range

Required Range object. The Range object used to create one or more subdocuments.

Returns

Remarks

Note The range must begin with one of the built-in heading level styles (for example, Heading 1). Subdocuments are created at each paragraph formatted with the same heading format used at the beginning of the range. Subdocument files are saved when the master document is saved and are automatically named using text from the first line in the file.

Applies to