Click or drag to resize

AreaRetrievalGetXCoordinatesOfColumn Method

Gets the horizontal position and the width of a data column.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void GetXCoordinatesOfColumn(
	int nCol,
	WorksheetLayout layout,
	int HorzScrollPos,
	out double left,
	out double width
)

Parameters

nCol  Int32
Number of data column.
layout  WorksheetLayout
Worksheet layout.
HorzScrollPos  Int32
Horizontal scroll position (number of the first column to display).
left  Double
Returns the x coordinate of the left boundary of the specified column.
width  Double
Returns the width of the specified column.
See Also