Smart Marker and jagged arrays

Hi,
I want to use smart markers with variable arrays but I am not sure how to do it.
I have a stagged array X[][] and I want to assign the array at X[0] to a Smart Marker. How can I accomplish that??

W.

Please try:

excelDesigner.SetDataSource("MyMarker", X[0]);