XlsWorksheetBase
ListBoxes Property
|
Gets the list of list boxes in the workbook.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IListBoxes ListBoxes { get; }
Public ReadOnly Property ListBoxes As IListBoxes
Get
public:
property IListBoxes^ ListBoxes {
IListBoxes^ get ();
}
member ListBoxes : IListBoxes with get
Property Value
Type:
IListBoxes
See Also