Click or drag to resize

XlsWorksheetBase ComboBoxes Property

Returns collection with all comboboxes inside this worksheet. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IComboBoxes ComboBoxes { get; }

Property Value

Type: IComboBoxes

Implements

ITabSheet ComboBoxes
See Also