ShapeGuideCollection

ShapeGuideCollection class

封装形状指南的集合

public class ShapeGuideCollection : CollectionBase<ShapeGuide>

构造函数

姓名描述
ShapeGuideCollection()默认构造函数。

特性

姓名描述
Capacity { get; set; }
Count { get; }
Item { get; }通过 index 获取形状指南
Item { get; set; }

方法

姓名描述
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)

也可以看看