Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
You can add ActiveX controls with Aspose.Cells for Python via .NET using the ShapeCollection.add_active_x_control() method. This method takes a parameter ControlType which tells what type of ActiveX control needs to be added inside a worksheet. It has the following values.
Once, you have added the ActiveX control inside the shape collection, you can then access the ActiveX control object via Shape.active_x_control property and then set its various properties.
The following sample code adds Toggle Button ActiveX Control using Aspose.Cells for Python via .NET.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.