método remove_active_x_control
remove_active_x_control(self)
Eliminar el control activeX.
def remove_active_x_control(self):
    ...
Ejemplo
if shape.active_x_control != None:
    shape.remove_active_x_control()
Ver también
- módulo aspose.cells.drawing
- clase SlicerShape