ListBoxCollection
Item Property (String)
|
Gets the IListBox associated with the specified name.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IListBox this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As IListBox
Get
public:
virtual property IListBox^ default[String^ name] {
IListBox^ get (String^ name) sealed;
}
abstract Item : IListBox with get
override Item : IListBox with get
Parameters
-
name
-
Type:
System
String
The name of the IListBox to retrieve.
Return Value
Type:
IListBox
The IListBox associated with the specified name.
Implements
IListBoxes
Item
String
See Also