Click or drag to resize

AreaRetrievalGetFullyVisiblePropertyColumns(WorksheetLayout, Int32, Double) Method

Gets the number of fully visible property columns in the full table area, i.e. between the y coordinates 0 to TableAreaHeight.

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

Parameters

layout  WorksheetLayout
The worksheet layout.
VertScrollPos  Int32
The vertical scroll position.
TableAreaHeight  Double
The height of the table area.

Return Value

Int32
The number of fully visible property columns.
See Also