active_record property

MailMergeSettings.active_record property

Specifies the one-based index of the record from the data source which shall be displayed in Microsoft Word. The default value is 1.

@property
def active_record(self) -> int:
    ...

@active_record.setter
def active_record(self, value: int):
    ...

See Also