[ 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.
Known Services Which Export this Interface
|
com::sun::star::form::control::GridControl -
Method Details
|
|
Syntax
- sequence< boolean > queryFieldDataType
(
- type xType );
Syntax
- sequence< any > queryFieldData
(
- long nRow,
- type xType );
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.