remove_active_x_control Methode

remove_active_x_control

Entfernen Sie das ActiveX-Steuerelement.

def remove_active_x_control(self):
    ...

Beispiel


if shape.active_x_control != None:
    shape.remove_active_x_control()

Siehe auch