TableLayout GetCellRange Method (Point) TIBCO Spotfire 6.0 API Reference
Gets the cell at a given point.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public CellRange GetCellRange(
	Point point
)

Parameters

point
Type: System.Drawing Point
The point.

Return Value

Type: CellRange
A cell range. This cell range can be Empty if the point is outside of the bounds of the layout.
See Also