Item

TableStyleCollection indexer (1 of 2)

Obtiene el estilo de la tabla por el índice.

public TableStyle this[int index] { get; }
ParámetroDescripción
indexLa posición del estilo de tabla en la lista.

Valor_devuelto

El objeto de estilo de tabla.

Ver también


TableStyleCollection indexer (2 of 2)

Obtiene el estilo de tabla por el nombre.

public TableStyle this[string name] { get; }
ParámetroDescripción
nameEl nombre del estilo de tabla.

Valor_devuelto

El objeto de estilo de tabla.

Ver también