Class ShapeGuideCollection

ShapeGuideCollection class

Encapsulates a collection of shape guide

public class ShapeGuideCollection : CollectionBase<ShapeGuide>

Constructors

NameDescription
ShapeGuideCollection()The default constructor.

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; }Gets a shape guide by index
Item { get; set; }

Methods

NameDescription
Add(string, double)Adds a shape guide.(Important: This feature is currently only available for Excel07 and above)
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)

See Also