ComponentOne True DBGrid Pro 8
CellContaining Method

 

Object Reference> True DBGrid Methods> CellContaining Method

CellContaining Method

Identifies a row and column under an X, Y coordinate pair.

Syntax

TDBGrid.CellContaining(x, y, rowindex, colindex)

Arguments

x and y are singles that define a coordinate pair in twips.

rowindex is a long that receives the zero-based index of the row beneath the specified Y coordinate.

colindex is an integer that receives the zero-based index of the column beneath the specified X coordinate.

Return Value

A Boolean that indicates whether a data cell is beneath the specified coordinate pair.

Remarks

The CellContaining method combines the ColContaining and RowContaining methods into one call. If the coordinate pair specified by x and y points to a data cell, this method returns True, and the rowindex and colindex arguments receive zero-based indexes that identify the cell.

This method is useful when working with mouse and drag events when you are trying to determine where the user clicked or dropped another control in terms of a grid cell.

If the specified coordinate is outside of the grid's data area, this method returns False. You can use the PointAt method to determine what kind of grid element, if any, is beneath the specified coordinate.

Note

You must convert the x and y arguments to twips, even if the container's ScaleMode (Visual Basic) setting specifies a different unit of measurement.

See Also

TDBGrid Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback