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