Click or drag to resize

AreaRetrievalGetVerticalPositionOfFirstVisibleDataRow Method

This returns the vertical position of the first visible data row.;

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

Parameters

layout  WorksheetLayout
The worksheet layout.
VertScrollPos  Int32
The vertical scroll position.

Return Value

Int32
The vertical position of the first visible data row.
See Also