I need some help in VB.NET: I have six arrays who all have the same length, but the elements of them have different datatypes (string and long). I need to create a multidimensional array or a jagged array which later will be copied to an Excel range at once.
Is this possible or can I only have elements of the same type in an array? Are there any other ways which I can use alternatively?