'Declaration Public Overrides Function InsertSectionPageBreak( _ Optional ByVal trackChanges As Boolean _ ) As Section
'Usage Dim instance As Document Dim trackChanges As Boolean Dim value As Section value = instance.InsertSectionPageBreak(trackChanges)
public override Section InsertSectionPageBreak( bool trackChanges )
Parameters
- trackChanges
- true if this change should be tracked, otherwise false.
Return Value
The section that was inserted.