[]
一组ISlicer 对象。
public interface ISlicers : IEnumerable
| Name | Description |
|---|---|
| Count | 获取集合中的对象数量。 |
| this[int] | 获取指定索引的ISlicer 。 |
| this[string] | 获取具有指定名称的ISlicer 。 |
| Name | Description |
|---|---|
| Add(IWorksheet, string, string, double, double, double, double) | 创建一个新的切片器并返回一个ISlicer 对象。 |