ShapeGuideCollection

ShapeGuideCollection class

Kapslar in en samling av formguide

public class ShapeGuideCollection : CollectionBase<ShapeGuide>

Konstruktörer

namnBeskrivning
ShapeGuideCollection()Default_Constructor

Egenskaper

namnBeskrivning
Capacity { get; set; }
Count { get; }
Item { get; }Får en formguide av index
Item { get; set; }

Metoder

namnBeskrivning
Add(string, double)Lägger till en formguide.(Viktigt: Den här funktionen är för närvarande endast tillgänglig för Excel07 och högre)
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)

Se även