Click or drag to resize

AreaRetrievalGetFirstVisiblePropertyColumn(Double, WorksheetLayout, Int32) Method

Gets the first visible property column below the specified top coordinate.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetFirstVisiblePropertyColumn(
	double top,
	WorksheetLayout layout,
	int VertScrollPos
)

Parameters

top  Double
The top y coordinate.
layout  WorksheetLayout
The worksheet layout.
VertScrollPos  Int32
The vertical scroll position.

Return Value

Int32
The first visible property column below the specified coordinate, or -1 if none is visible.
See Also