ShapeGuideCollection

ShapeGuideCollection class

Şekil kılavuzu koleksiyonunu kapsüller

public class ShapeGuideCollection : CollectionBase<ShapeGuide>

yapıcılar

İsimTanım
ShapeGuideCollection()Default_Constructor

Özellikleri

İsimTanım
Capacity { get; set; }
Count { get; }
Item { get; }index ile bir şekil kılavuzu alır
Item { get; set; }

yöntemler

İsimTanım
Add(string, double)Bir şekil kılavuzu ekler.(Önemli: Bu özellik şu anda yalnızca Excel07 ve üstü için kullanılabilir)
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)

Ayrıca bakınız