IShapes
AddComboBox Method
|
Adds new check box to the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IComboBoxShape AddComboBox()
Function AddComboBox As IComboBoxShape
IComboBoxShape^ AddComboBox()
abstract AddComboBox : unit -> IComboBoxShape
Return Value
Type:
IComboBoxShape
Newly created checkbox.
See Also