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; }
ReadOnly Default Property Item (
name As String
) As IComboBoxShape
Get
property IComboBoxShape^ default[String^ name] {
IComboBoxShape^ get (String^ name);
}
abstract Item : IComboBoxShape with 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