Click or drag to resize

AreaRetrievalGetFirstVisibleTableRow(Double, WorksheetLayout, Int32) Method

Gets the first table row that is visible under the coordinate top.

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

Parameters

top  Double
The upper coordinate of the clipping rectangle.
layout  WorksheetLayout
Worksheet layout referring to.
VertScrollPos  Int32
Value of the vertical scroll bar.

Return Value

Int32
The first table row that is visible below the top coordinate.
See Also