retain_first_section_start property

MailMergeOptions.retain_first_section_start property

Gets or sets a value indicating whether the section start of the first document section and its copies for subsequent data source rows are retained during mail merge or updated according to MS Word behaviour.

@property
def retain_first_section_start(self) -> bool:
    ...

@retain_first_section_start.setter
def retain_first_section_start(self, value: bool):
    ...

Remarks

The default value is True.

See Also