Hi to all

Using this
New XElement("InstdAmt", row.Cells(17).Value))
i take this
<InstdAmt>"Cell 17 Value"</InstdAmt>

What i have to do to take this???

<InstdAmt Ccy="EUR">"Cell 17 Value"</InstdAmt>

Thanks and regards