ISpinnerShapes
Item Property (String)
|
Gets the ISpinnerShape associated 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
ISpinnerShape this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As ISpinnerShape
Get
property ISpinnerShape^ default[String^ name] {
ISpinnerShape^ get (String^ name);
}
abstract Item : ISpinnerShape with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
ISpinnerShape
See Also