Print a column

Hello, I’m working on this filter, which works fine, but I would print every single element of the column"codice Fiscale" as I can do?

What I put in place of " codice fiscale" + codiceFiscale.ToString "?

thank prova get outlook filtro.xaml (12.3 KB)

try this,
String.Join(",", codiceFiscale)

Print the whole column, I just want the single elements

codiceFiscale.ToList.Item(4).toString

Item(4) - depends on your column.