Item

TableStyleElementCollection indexer (1 of 2)

Ottiene un elemento dello stile tabella dall’indice.

public TableStyleElement this[int index] { get; }
ParametroDescrizione
indexL’indice.

Valore di ritorno

ritornaTableStyleElement oggetto

Guarda anche


TableStyleElementCollection indexer (2 of 2)

Ottiene l’elemento dello stile tabella dalTableStyleElementType

public TableStyleElement this[TableStyleElementType type] { get; }
ParametroDescrizione
typeIl tipo di elemento.

Valore di ritorno

ritornaTableStyleElement oggetto

Guarda anche