[]
A collection of ISlicer objects.
public interface ISlicers : IEnumerable
Public Interface ISlicers
Inherits IEnumerable
Name | Description |
---|---|
Count | Gets the number of objects in the collection. |
this[int] | Gets the ISlicer with the specified index. |
this[string] | Gets the ISlicer with the specified name. |
Name | Description |
---|---|
Add(IWorksheet, string, string, double, double, double, double) | Creates a new slicer and returns a ISlicer object. |