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

(Global Index)

[ DEPRECATED ]

Syntax

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

Description

represents the window peer of a GridControl and allows you to set and retrieve the model data.

See also

XWindowPeer

Method Summary

getColumns retrieves the currently used column definitions of the peer.

setColumns sets the column definition for the peer.

Method Details



getColumns

Syntax

com::sun::star::container::XIndexContainer getColumns ();

Description

retrieves the currently used column definitions of the peer.


setColumns

Syntax

oneway void setColumns (
com::sun::star::container::XIndexContainer aColumns );

Description

sets the column definition for the peer.

Top of Page