Table of Contents

Class SpinnerShapeCollection

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

Properties

this[int]

public ISpinnerShape this[int index] { get; }

Parameters

index int

Property Value

ISpinnerShape

this[string]

public ISpinnerShape this[string name] { get; }

Parameters

name string

Property Value

ISpinnerShape

Methods

AddCopy(ISpinnerShape)

public void AddCopy(ISpinnerShape source)

Parameters

source ISpinnerShape

AddSpinner(int, int, int, int)

public ISpinnerShape AddSpinner(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

ISpinnerShape

Clear()

public void Clear()