:: com :: sun :: star :: awt :: grid ::

unpublished interface XGridControl
Base Interfaces
XGridControlXGridSelection

XGridSelection
(referenced interface's summary:)
This interfaces provides access to the selection of row for UnoControlGrid.
Usage Restrictions
not published
Description
An interface to a control that displays a tabular data.
See also
UnoControlGrid

Methods' Summary
getItemIndexAtPoint Converting  
Attributes' Summary
ColumnModel Specifies the XGridColumnModel of the control.  
DataModel Specifies the XGridDataModel of the control.  
Methods' Details
getItemIndexAtPoint
long
getItemIndexAtPoint( [in] long  x,
[in] long  y );

Description
Converting
Attributes' Details
ColumnModel
XGridColumnModel ColumnModel;
Description
Specifies the XGridColumnModel of the control.
DataModel
XGridDataModel DataModel;
Description
Specifies the XGridDataModel of the control.
Top of Page