Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: form ::

interface XGridFieldDataSupplier

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
provides access to the data of a GridControl.

You can retrieve the data type information and the data in a row.



Known Services which Export this Interface

com::sun::star::form::control::GridControl describes a table-like control for displaying data.

Methods' Summary

queryFieldDataType
queryFieldData

Methods' Details

queryFieldDataType
 
sequence< boolean >
queryFieldDataType(
[ in ] type xType );

queryFieldData
 
sequence< any >
queryFieldData(
[ in ] long nRow,
[ in ] type xType );


Top of Page