TableStyleCollection

TableStyleCollection class

Representa todos los estilos de tabla personalizados.

public class TableStyleCollection : CollectionBase<TableStyle>

Propiedades

NombreDescripción
Capacity { get; set; }
Count { get; }
Item { get; }Obtiene el estilo de la tabla por el índice. (2 indexers)
Item { get; set; }

Métodos

NombreDescripción
AddPivotTableStyle(string)Agrega un estilo de tabla dinámica personalizado.
AddTableStyle(string)Agrega un estilo de tabla personalizado.
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)Obtiene el estilo de tabla incorporado
GetEnumerator()
IndexOf(TableStyle)
IndexOf(TableStyle, int)
IndexOf(TableStyle, int, int)
LastIndexOf(TableStyle)
LastIndexOf(TableStyle, int)
LastIndexOf(TableStyle, int, int)
RemoveAt(int)

Ver también