XlsWorksheetBase
TypedListBoxes Property
|
Returns inner listboxes collection. 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 ListBoxCollection TypedListBoxes { get; }
Public ReadOnly Property TypedListBoxes As ListBoxCollection
Get
public:
property ListBoxCollection^ TypedListBoxes {
ListBoxCollection^ get ();
}
member TypedListBoxes : ListBoxCollection with get
Property Value
Type:
ListBoxCollection
See Also