Click or drag to resize

AreaRetrievalGetLastFullyVisibleColumn Method

Gets the last fully visible data column.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetLastFullyVisibleColumn(
	WorksheetLayout layout,
	int HorzScrollPos,
	double TableAreaWidth
)

Parameters

layout  WorksheetLayout
The worksheet layout.
HorzScrollPos  Int32
The horizontal scroll position.
TableAreaWidth  Double
The width of the table area.

Return Value

Int32
The last fully visible data column.
See Also