Click or drag to resize

IComboBoxes Item Property (String)

Gets the IComboBoxShape 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
IComboBoxShape this[
	string name
] { get; }

Parameters

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

Return Value

Type: IComboBoxShape
The IComboBoxShape with the specified name.
See Also