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