IScrollBarShapes
Item Property (String)
|
Gets the IScrollBarShape 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
IScrollBarShape this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As IScrollBarShape
Get
property IScrollBarShape^ default[String^ name] {
IScrollBarShape^ get (String^ name);
}
abstract Item : IScrollBarShape with get
Parameters
-
name
-
Type:
System
String
The name of the IScrollBarShape to retrieve.
Return Value
Type:
IScrollBarShape
The IScrollBarShape associated with the specified name.
See Also