Click or drag to resize

AreaRetrievalGetFirstAndNumberOfVisibleColumn Method

Gets the first visible data column and the number of visible columns.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetFirstAndNumberOfVisibleColumn(
	double left,
	double right,
	WorksheetLayout layout,
	int HorzScrollPos,
	out int numVisibleColumns
)

Parameters

left  Double
The left x coordinate.
right  Double
The right x coordinate.
layout  WorksheetLayout
The worksheet layout.
HorzScrollPos  Int32
The horizontal scroll position.
numVisibleColumns  Int32
Receives the number of visible columns.

Return Value

Int32
The first visible data column.
See Also