Click or drag to resize

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; }

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