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 using the ShapeCollection.AddActiveXControl() 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.ActiveXControl property and then set its various properties.
The following sample code adds Toggle Button ActiveX Control using Aspose.Cells.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.