Click or drag to resize

IComboBoxes Item Property (Int32)

Returns single item from the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IComboBoxShape this[
	int index
] { get; }

Parameters

index
Type: System Int32
Item's index to get.

Return Value

Type: IComboBoxShape
Single item from the collection.
See Also