How are your columns created? Is one of them expecting a sequence of strings? “arrstring” is the internal variant type name for the C++ wxArrayString
type.
P.S. It’s always a good idea to share at least part of the code that relates to the problem. (Duplicating the problem in a small runnable application is even better.) That would save the helpers from needing to ask questions like the above.