Table of Contents

Class ButtonShapeCollection

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

Properties

this[int]

public IButtonShape this[int index] { get; }

Parameters

index int

Property Value

IButtonShape

this[string]

public IButtonShape this[string name] { get; }

Parameters

name string

Property Value

IButtonShape

Methods

AddButton(int, int, int, int)

public IButtonShape AddButton(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IButtonShape

AddCopy(IButtonShape)

public void AddCopy(IButtonShape source)

Parameters

source IButtonShape

Clear()

public void Clear()