Shape.RemoveActiveXControl
Shape.RemoveActiveXControl method
Remove activeX control.
public void RemoveActiveXControl()
Examples
[C#]
if(shape.ActiveXControl != null)
{
shape.RemoveActiveXControl();
}
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells