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

interface XGridPeer

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
void
setColumns( [in] ::com::sun::star::container::XIndexContainer  aColumns );

Description
sets the column definition for the peer.
Top of Page