TableLayout GetCellRange Method (Rectangle) TIBCO Spotfire 6.0 API Reference
Gets the cell range for a given rectangle.

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(
	Rectangle rectangle
)

Parameters

rectangle
Type: System.Drawing Rectangle
The rectangle.

Return Value

Type: CellRange
A cell range. If the rectangle doesn't have a width or height, an empty cell range is returned.
See Also