Subdocuments.AddFromRange(Range) 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.
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
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.