TableStyleCollection

TableStyleCollection class

Représente tous les styles de tableau personnalisés.

public class TableStyleCollection : CollectionBase<TableStyle>

Propriétés

NomLa description
Capacity { get; set; }
Count { get; }
Item { get; }Obtient le style de table par l’index. (2 indexers)
Item { get; set; }

Méthodes

NomLa description
AddPivotTableStyle(string)Ajoute un style de tableau croisé dynamique personnalisé.
AddTableStyle(string)Ajoute un style de tableau personnalisé.
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)Récupère le style de tableau intégré
GetEnumerator()
IndexOf(TableStyle)
IndexOf(TableStyle, int)
IndexOf(TableStyle, int, int)
LastIndexOf(TableStyle)
LastIndexOf(TableStyle, int)
LastIndexOf(TableStyle, int, int)
RemoveAt(int)

Voir également