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