إضافة عناصر التحكم ActiveX باستخدام Aspose.Cells
Contents
[
Hide
]
يمكنك إضافة أشرطة التحكم ActiveX باستخدام طريقة ShapeCollection.AddActiveXControl(). تأخذ هذه الطريقة معلمة ControlType التي تخبر ما نوع أشرطة تحكم ActiveX التي يجب إضافتها داخل ورقة عمل. لديها القيم التالية.
- ControlType.CheckBox
- ControlType.ComboBox
- ControlType.CommandButton
- ControlType.Image
- ControlType.Label
- ControlType.ListBox
- ControlType.RadioButton
- ControlType.ScrollBar
- ControlType.SpinButton
- ControlType.TextBox
- ControlType.ToggleButton
- ControlType.Unknown
بمجردإضافتكلتحكمActiveX داخلمجموعةالشكل، يمكنكمنثمالوصولإلىكائنتحكمActiveXعبرخاصيةShape.ActiveXControlثمتعيينخصائصه(متغيراته) المختلفة.
يقومالكودالمصدرالتاليبإضافةزرتبديلتحكمActiveXباستخدامAspose.Cells.