Forum Post: RE: Two-dimensional Array from .net

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
Hi Fabian, this is not possible directly from ABL Code. You can use .NET reflection, passing in an Array as the Index parameter to the PropertyInfo’s GetValue method http://msdn.microsoft.com/en-us/library/b05d59ty(v=vs.110).aspx Or you write a little helper class in C# like the one attached. Mike From: Fabian Kerkhoff [mailto:bounce-fabian63@community.progress.com] Sent: Dienstag, 10. Juni 2014 09:37 To: TU.OE.Development@community.progress.com Subject: [Technical Users - OE Development] Two-dimensional Array from .net Two-dimensional Array from .net Thread created by Fabian Kerkhoff Hey. I work with the Excel-Class from .net. The Problem is that this class uses two-dimensional arrays. How can I get me a value from this array? I have no other possibility found to get around this otherwise. Example: oExcelBlatt:Cells[1,1]. Stop receiving emails on this subject. Flag this post as spam/abuse.

Continue reading...
 
Status
Not open for further replies.
Back
Top