VBA is equivalent to <T> in C #

Possible duplicate:
VB6 equivalent to <T>

Duplicate:

Access to VBA is equivalent List<T>

I sent this question with the wrong information before, so I am sending it in the hope of getting the right answer. I have a COM visible object written in C # that accepts a list of string arrays. Can I send a collection of string arrays from Access 2000 to this object and it works? If not, what is the best way to send multiple arrays of strings to my Access 2000 C # object?

0
source share
1 answer

-, COM ; - List<string[]>.

#, string[][] ( )? VBA, .

, ; MS Office, , VBA COM-. , .

0

All Articles