IListBoxes
Item Property (Int32)
|
Gets the IListBox at the specified index.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IListBox this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IListBox
Get
property IListBox^ default[int index] {
IListBox^ get (int index);
}
abstract Item : IListBox with get
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the IListBox to get.
Return Value
Type:
IListBox
The IListBox at the specified index.
See Also