Search found 1 match

by Raouf
Sat Jan 22, 2011 8:22 am
Forum: XLSSpreadSheet
Topic: Assign an array to a range how it is possible?
Replies: 0
Views: 3654

Assign an array to a range how it is possible?

Hi there, I am new to xlsReadWrite and I need to know how to assign array values to a specific range? below is how to do it in excel from Delphi of course, .... var myRangeArray: variant; myVluesArray: array of string; begin .... myRangeArray:= VarArrayCreate([0,Length(myValuesArray)], varVariant); ...