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

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

interface XGrid

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

[ DEPRECATED ]
Description
provides the possibility of setting and retrieving the position of the current cell.


Known Services which Export this Interface

com::sun::star::form::control::GridControl describes a table-like control for displaying data.

Methods' Summary

getCurrentColumnPosition retrieves the current column position.
setCurrentColumnPosition sets the current column position.

Methods' Details

getCurrentColumnPosition
 
short
getCurrentColumnPosition();
Description
retrieves the current column position.
setCurrentColumnPosition
 
[ oneway ] void
setCurrentColumnPosition(
[ in ] short nPos );

Description
sets the current column position.

Top of Page