Click or drag to resize

AreaRetrievalGetCoordinatesOfDataCell Method

Gets the coordinates of a data cell.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static RectangleD2D GetCoordinatesOfDataCell(
	int nCol,
	int nRow,
	WorksheetLayout layout,
	int HorzScrollPos,
	int VertScrollPos
)

Parameters

nCol  Int32
The data column index.
nRow  Int32
The data row index.
layout  WorksheetLayout
The worksheet layout.
HorzScrollPos  Int32
The horizontal scroll position.
VertScrollPos  Int32
The vertical scroll position.

Return Value

RectangleD2D
The rectangle describing the data cell.
See Also