XlsChartShape
ComboBoxes Property
|
Returns collection with all comboboxes inside this worksheet. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IComboBoxes ComboBoxes { get; }
Public ReadOnly Property ComboBoxes As IComboBoxes
Get
public:
property IComboBoxes^ ComboBoxes {
IComboBoxes^ get ();
}
member ComboBoxes : IComboBoxes with get
Property Value
Type:
IComboBoxes
See Also