Table of Contents

Class ScrollBarCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class ScrollBarCollection : CollectionExtended<IScrollBarShape>, IList<IScrollBarShape>, ICollection<IScrollBarShape>, IEnumerable<IScrollBarShape>, IEnumerable, IExcelApplication, ICloneParent, IScrollBarShapes
Inheritance
ScrollBarCollection
Implements
Inherited Members

Properties

this[int]

public IScrollBarShape this[int index] { get; }

Parameters

index int

Property Value

IScrollBarShape

this[string]

public IScrollBarShape this[string name] { get; }

Parameters

name string

Property Value

IScrollBarShape

Methods

AddCopy(IScrollBarShape)

public void AddCopy(IScrollBarShape source)

Parameters

source IScrollBarShape

AddScrollBar(int, int, int, int)

public IScrollBarShape AddScrollBar(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IScrollBarShape

Clear()

public void Clear()