Click or drag to resize

IListBoxes Item Property (String)

Gets the IListBox associated with the specified name.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IListBox this[
	string name
] { get; }

Parameters

name
Type: System String
The name of the IListBox to retrieve.

Return Value

Type: IListBox
The IListBox associated with the specified name.
See Also