Item

TableStyleElementCollection indexer (1 of 2)

Obtiene un elemento del estilo de tabla por el index.

public TableStyleElement this[int index] { get; }
ParámetroDescripción
indexEl índice.

Valor_devuelto

DevolucionesTableStyleElement objeto

Ver también


TableStyleElementCollection indexer (2 of 2)

Obtiene el elemento del estilo de tabla por elTableStyleElementType

public TableStyleElement this[TableStyleElementType type] { get; }
ParámetroDescripción
typeEl tipo de elemento.

Valor_devuelto

DevolucionesTableStyleElement objeto

Ver también