Click or drag to resize

AreaRetrievalGetTopCoordinateOfPropertyColumn Method

Gets the top coordinate of the specified property column.

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

Parameters

nCol  Int32
The property column index.
layout  WorksheetLayout
The worksheet layout.
VertScrollPos  Int32
The vertical scroll position.

Return Value

Int32
The top coordinate of the property column.
See Also