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

interface XDataPilotDataLayoutFieldSupplier

Methods' Summary
getDataLayoutField Returns the DataPilotField used to layout multiple data fields.  
Methods' Details
getDataLayoutField
XDataPilotField
getDataLayoutField();

Description
Returns the DataPilotField used to layout multiple data fields.

If the field does not exist yet, it will be created. It is possible to insert this field into the rows or columns dimension by changing its Orientation property.

Top of Page