keep_macros property

keep_macros property

Indicates whether keeping macros;

Remarks

Only for copying workbook.

Definition:

@property
def keep_macros(self):
    ...
@keep_macros.setter
def keep_macros(self, value):
    ...

See Also