Click or drag to resize

AreaRetrievalGetAreaType Method

Creates the ClickedCellInfo from the data grid and the mouse coordinates of the click.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static AreaInfo GetAreaType(
	double positionX,
	double positionY,
	WorksheetLayout layout,
	int HorzScrollPos,
	int VertScrollPos
)

Parameters

positionX  Double
The horizontal position value.
positionY  Double
The vertical position value.
layout  WorksheetLayout
The worksheet area.
HorzScrollPos  Int32
Value of the horizontal scroll bar.
VertScrollPos  Int32
Value of the vertical scroll bar.

Return Value

AreaInfo

[Missing <returns> documentation for "M:Altaxo.Worksheet.AreaRetrieval.GetAreaType(System.Double,System.Double,Altaxo.Worksheet.WorksheetLayout,System.Int32,System.Int32)"]

See Also