Click or drag to resize

AreaRetrievalGetVisiblePropertyColumns Method

Gets the number of visible property columns between two vertical coordinates.

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

Parameters

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

Return Value

Int32
The number of visible property columns.
See Also