SpinnerShapeCollection
Item Property (String)
|
Gets the ISpinnerShape associated with the specified name.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ISpinnerShape this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As ISpinnerShape
Get
public:
virtual property ISpinnerShape^ default[String^ name] {
ISpinnerShape^ get (String^ name) sealed;
}
abstract Item : ISpinnerShape with get
override Item : ISpinnerShape with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
ISpinnerShape
Implements
ISpinnerShapes
Item
String
See Also