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

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

interface XGridPeer

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

[ DEPRECATED ]
Description
represents the window peer of a GridControl and allows you to set and retrieve the model data.
See also
com::sun::star::awt::XWindowPeer


Methods' Summary

getColumns retrieves the currently used column definitions of the peer.
setColumns sets the column definition for the peer.

Methods' Details

getColumns
 
com::sun::star::container::XIndexContainer
getColumns();
Description
retrieves the currently used column definitions of the peer.
setColumns
 
[ oneway ] void
setColumns(
[ in ] com::sun::star::container::XIndexContainer aColumns );

Description
sets the column definition for the peer.

Top of Page