TableStyleCollection

TableStyleCollection class

يمثل جميع أنماط الجدول المخصصة .

public class TableStyleCollection : CollectionBase<TableStyle>

الخصائص

اسموصف
Capacity { get; set; }
Count { get; }
Item { get; }يحصل على نمط الجدول بالفهرس . (2 indexers)
Item { get; set; }

طُرق

اسموصف
AddPivotTableStyle(string)يضيف نمط جدول محوري مخصص.
AddTableStyle(string)إضافة نمط جدول مخصص .
BinarySearch(TableStyle)
BinarySearch(TableStyle, IComparer<TableStyle>)
BinarySearch(int, int, TableStyle, IComparer<TableStyle>)
Clear()
Contains(TableStyle)
CopyTo(TableStyle[])
CopyTo(TableStyle[], int)
CopyTo(int, TableStyle[], int, int)
Exists(Predicate<TableStyle>)
Find(Predicate<TableStyle>)
FindAll(Predicate<TableStyle>)
FindIndex(Predicate<TableStyle>)
FindIndex(int, Predicate<TableStyle>)
FindIndex(int, int, Predicate<TableStyle>)
FindLast(Predicate<TableStyle>)
FindLastIndex(Predicate<TableStyle>)
FindLastIndex(int, Predicate<TableStyle>)
FindLastIndex(int, int, Predicate<TableStyle>)
GetBuiltinTableStyle(TableStyleType)يحصل على الجدول المدمج style
GetEnumerator()
IndexOf(TableStyle)
IndexOf(TableStyle, int)
IndexOf(TableStyle, int, int)
LastIndexOf(TableStyle)
LastIndexOf(TableStyle, int)
LastIndexOf(TableStyle, int, int)
RemoveAt(int)

أنظر أيضا