remove_active_x_control метод

remove_active_x_control(self)

Удалить элемент управления ActiveX.


def remove_active_x_control(self):
    ...

Пример


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

Смотрите также