interface XGridFieldDataSupplier in module com::sun::star::form::

(Global Index)

[ DEPRECATED ]

Syntax

interface XGridFieldDataSupplier : com::sun::star::uno::XInterface ;

Description

provides access to the data of a GridControl.

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

Method Summary

queryFieldDataType

queryFieldData

Known Services Which Export this Interface

com::sun::star::form::control::GridControl

Method Details



queryFieldDataType

Syntax

sequence< boolean > queryFieldDataType (
type xType );

queryFieldData

Syntax

sequence< any > queryFieldData (
long nRow,
type xType );
Top of Page