ScrollBarCollection
Item Property (Int32)
|
Gets the IScrollBarShape at the specified index in the list.
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[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IScrollBarShape
Get
public:
virtual property IScrollBarShape^ default[int index] {
IScrollBarShape^ get (int index) sealed;
}
abstract Item : IScrollBarShape with get
override Item : IScrollBarShape with get
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the IScrollBarShape to get.
Return Value
Type:
IScrollBarShape
The IScrollBarShape at the specified index.
Implements
IScrollBarShapes
Item
Int32
See Also