ComboBoxCollection
Item Property (Int32)
|
Gets the IComboBoxShape at the specified index.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IComboBoxShape this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IComboBoxShape
Get
public:
virtual property IComboBoxShape^ default[int index] {
IComboBoxShape^ get (int index) sealed;
}
abstract Item : IComboBoxShape with get
override Item : IComboBoxShape with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
IComboBoxShape
Implements
IComboBoxes
Item
Int32
See Also