:: com :: sun :: star :: sheet ::

interface XDataPilotResults

Methods' Summary
getResults returns the result array.  
Methods' Details
getResults
sequence< sequence< DataResult > >
getResults();

Description
returns the result array.

The outer sequence contains the value rows. The inner sequences contain the values for one row.

Top of Page