ShapeGuideCollection
ShapeGuideCollection class
يحتوي على مجموعة من دليل الأشكال
public class ShapeGuideCollection : CollectionBase<ShapeGuide>
المنشئون
الخصائص
طُرق
اسم | وصف |
---|
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) | |
أنظر أيضا