Remove ActiveX Control

Remove ActiveX Control

Aspose.Cells for Python via .NET provides the ability to remove ActiveX Control from workbooks. For this, the API provides the Shape.remove_active_x_control method. The following code snippet demonstrates the use of the Shape.remove_active_x_control method to remove ActiveX Control.

Sample Code