I'm trying to do something like this
oSapInvoice.Lines.Text = oDocDett.Text
where oSapInvoice is a SAPbobsCOM.Documents, but the Text property is readonly.
How can I do to copy the column "Item Details" (Text property) in a document line using the SDK?