ShapeGuideCollection
ShapeGuideCollection class
封装形状指南的集合
public class ShapeGuideCollection : CollectionBase<ShapeGuide>
构造函数
特性
方法
| 姓名 | 描述 |
|---|
| Add(string, double) | 增加一个形状指南。(重要:此功能目前仅适用于Excel07及以上) |
| BinarySearch(ShapeGuide) | |
| BinarySearch(ShapeGuide, IComparer<ShapeGuide>) | |
| BinarySearch(int, int, ShapeGuide, IComparer<ShapeGuide>) | |
| Clear() | |
| Contains(ShapeGuide) | |
| CopyTo(ShapeGuide[]) | |
| CopyTo(ShapeGuide[], int) | |
| CopyTo(int, ShapeGuide[], int, int) | |
| Exists(Predicate<ShapeGuide>) | |
| Find(Predicate<ShapeGuide>) | |
| FindAll(Predicate<ShapeGuide>) | |
| FindIndex(Predicate<ShapeGuide>) | |
| FindIndex(int, Predicate<ShapeGuide>) | |
| FindIndex(int, int, Predicate<ShapeGuide>) | |
| FindLast(Predicate<ShapeGuide>) | |
| FindLastIndex(Predicate<ShapeGuide>) | |
| FindLastIndex(int, Predicate<ShapeGuide>) | |
| FindLastIndex(int, int, Predicate<ShapeGuide>) | |
| GetEnumerator() | |
| IndexOf(ShapeGuide) | |
| IndexOf(ShapeGuide, int) | |
| IndexOf(ShapeGuide, int, int) | |
| LastIndexOf(ShapeGuide) | |
| LastIndexOf(ShapeGuide, int) | |
| LastIndexOf(ShapeGuide, int, int) | |
| RemoveAt(int) | |
也可以看看