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
this[string]
public ISpinnerShape this[string name] { get; }
Parameters
name
string
Property Value
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
Returns
Clear()
public void Clear()