Class PivotTableFormatCollection

PivotTableFormatCollection class

Represents the collection of formats applied to PivotTable.

public class PivotTableFormatCollection : CollectionBase<PivotTableFormat>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; }Gets the format by the index.
Item { get; set; }

Methods

NameDescription
Add()Add a PivotTableFormat.
BinarySearch(PivotTableFormat)
BinarySearch(PivotTableFormat, IComparer<PivotTableFormat>)
BinarySearch(int, int, PivotTableFormat, IComparer<PivotTableFormat>)
Clear()
Contains(PivotTableFormat)
CopyTo(PivotTableFormat[])
CopyTo(PivotTableFormat[], int)
CopyTo(int, PivotTableFormat[], int, int)
Exists(Predicate<PivotTableFormat>)
Find(Predicate<PivotTableFormat>)
FindAll(Predicate<PivotTableFormat>)
FindIndex(Predicate<PivotTableFormat>)
FindIndex(int, Predicate<PivotTableFormat>)
FindIndex(int, int, Predicate<PivotTableFormat>)
FindLast(Predicate<PivotTableFormat>)
FindLastIndex(Predicate<PivotTableFormat>)
FindLastIndex(int, Predicate<PivotTableFormat>)
FindLastIndex(int, int, Predicate<PivotTableFormat>)
FormatArea(PivotFieldType, int, PivotFieldSubtotalType, PivotTableSelectionType, bool, bool, Style)Formats selected area.
GetEnumerator()
IndexOf(PivotTableFormat)
IndexOf(PivotTableFormat, int)
IndexOf(PivotTableFormat, int, int)
LastIndexOf(PivotTableFormat)
LastIndexOf(PivotTableFormat, int)
LastIndexOf(PivotTableFormat, int, int)
RemoveAt(int)

See Also