ShapeGuideCollection
ShapeGuideCollection class
Incapsula una raccolta di shape guide
public class ShapeGuideCollection : CollectionBase<ShapeGuide>
Costruttori
Proprietà
Nome | Descrizione |
---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | Ottiene una guida di forma da index |
Item { get; set; } | |
Metodi
Nome | Descrizione |
---|
Add(string, double) | Aggiunge una guida alle forme. (Importante: questa funzione è attualmente disponibile solo per Excel07 e versioni successive) |
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) | |
Guarda anche