Click or drag to resize

AreaRetrievalGetCoordinatesOfPropertyCell Method

Gets the coordinates of a property cell.

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

Parameters

nCol  Int32
The property column index.
nRow  Int32
The data column 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 property cell.
See Also