PivotFormatConditionCollection

PivotFormatConditionCollection class

表示数据透视表格式条件。

public class PivotFormatConditionCollection : CollectionBase<PivotFormatCondition>

特性

姓名描述
Capacity { get; set; }
Count { get; }
Item { get; }获取特定索引处的枢轴 FormatCondition 对象。
Item { get; set; }

方法

姓名描述
Add()向集合中添加一个枢轴 FormatCondition。
BinarySearch(PivotFormatCondition)
BinarySearch(PivotFormatCondition, IComparer<PivotFormatCondition>)
BinarySearch(int, int, PivotFormatCondition, IComparer<PivotFormatCondition>)
Clear()
Contains(PivotFormatCondition)
CopyTo(PivotFormatCondition[])
CopyTo(PivotFormatCondition[], int)
CopyTo(int, PivotFormatCondition[], int, int)
Exists(Predicate<PivotFormatCondition>)
Find(Predicate<PivotFormatCondition>)
FindAll(Predicate<PivotFormatCondition>)
FindIndex(Predicate<PivotFormatCondition>)
FindIndex(int, Predicate<PivotFormatCondition>)
FindIndex(int, int, Predicate<PivotFormatCondition>)
FindLast(Predicate<PivotFormatCondition>)
FindLastIndex(Predicate<PivotFormatCondition>)
FindLastIndex(int, Predicate<PivotFormatCondition>)
FindLastIndex(int, int, Predicate<PivotFormatCondition>)
GetEnumerator()
IndexOf(PivotFormatCondition)
IndexOf(PivotFormatCondition, int)
IndexOf(PivotFormatCondition, int, int)
LastIndexOf(PivotFormatCondition)
LastIndexOf(PivotFormatCondition, int)
LastIndexOf(PivotFormatCondition, int, int)
RemoveAt(int)

也可以看看