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
this[string]
public ICheckBox this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddCheckBox(int, int, int, int)
public ICheckBox AddCheckBox(int row, int column, int height, int width)
Parameters
Returns
AddCopy(ICheckBox)
public void AddCopy(ICheckBox checkboxsource)
Parameters
checkboxsource
ICheckBox
Clear()
public void Clear()