ButtonShapeCollection
Item Property (String)
|
Gets the IButtonShape 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 IButtonShape this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As IButtonShape
Get
public:
virtual property IButtonShape^ default[String^ name] {
IButtonShape^ get (String^ name) sealed;
}
abstract Item : IButtonShape with get
override Item : IButtonShape with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
IButtonShape
Implements
IButtonShapes
Item
String
See Also