Table of Contents

Class CheckBoxCollection

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

Properties

this[int]

public ICheckBox this[int index] { get; }

Parameters

index int

Property Value

ICheckBox

this[string]

public ICheckBox this[string name] { get; }

Parameters

name string

Property Value

ICheckBox

Methods

AddCheckBox(int, int, int, int)

public ICheckBox AddCheckBox(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

ICheckBox

AddCopy(ICheckBox)

public void AddCopy(ICheckBox checkboxsource)

Parameters

checkboxsource ICheckBox

Clear()

public void Clear()