Lägg till ActiveX-kontroller med Aspose.Cells
Contents
[
Hide
]
Du kan lägga till ActiveX-kontroller med Aspose.Cells med hjälp avShapeCollection.AddActiveXControl() metod. Denna metod tar en parameterControlTypesom talar om vilken typ av ActiveX-kontroll som måste läggas till i ett kalkylblad. Den har följande värden.
- ControlType.CheckBox
- ControlType.ComboBox
- ControlType.CommandButton
- ControlType.Image
- ControlType.Label
- ControlType.ListBox
- ControlType.RadioButton
- ControlType.ScrollBar
- ControlType.SpinButton
- ControlType.TextBox
- ControlType.ToggleButton
- ControlType.Okänd
När du väl har lagt till ActiveX-kontrollen i formsamlingen kan du komma åt ActiveX-kontrollobjektet viaShape.ActiveXControl egenskap och ställ sedan in dess olika egenskaper.
Följande exempelkod lägger till Toggle Button ActiveX Control med Aspose.Cells.