Hi
I have to read the value from the column "Unit Price" of the document's matrix
now I'm reading the value in this way
oEdtxt = (SAPbouiCOM.EditText)om.Columns.Item("14").Cells.Item(pVal.Row).Specific;
sVal = oEdtxt.Value; (es. "1,15 EUR")
and then I split value from currency and convert todouble
Is there an other way to do it? thanks