Hi Johnny,

On Mon, Mar 28, 2005 at 17:36:32 +0200, Johnny Andersson wrote:

> Yes, I know, but I still can't understand what getDataArray returns!

As documented at
http://api.openoffice.org/docs/common/ref/com/sun/star/sheet/XCellRangeData.html#getDataArray
it is a sequence of sequence(s) of any(s)

> I tried most things, like Kunder, Kunder (0), Kunder (0,0) but all of them  
> were shown as <?>.
> 
> So HOW do I get something useful from getDataArray()?

Given that Kunder holds an array of arrays the solution to access the
first element is

    Kunder() = Range.getDataArray()
    OneRow() = Kunder(0)
    OneValue = OneRow(0)


  Eike

-- 
 OOo/SO Calc core developer. Number formatter bedevilled I18N transpositionizer.
 GnuPG key 0x293C05FD:  997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to