Click or drag to resize

AreaRetrievalGetFirstVisibleTableRow(WorksheetLayout, Int32) Method

Gets the first table row that is visible.

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

Parameters

layout  WorksheetLayout

[Missing <param name="layout"/> documentation for "M:Altaxo.Worksheet.AreaRetrieval.GetFirstVisibleTableRow(Altaxo.Worksheet.WorksheetLayout,System.Int32)"]

VertScrollPos  Int32

[Missing <param name="VertScrollPos"/> documentation for "M:Altaxo.Worksheet.AreaRetrieval.GetFirstVisibleTableRow(Altaxo.Worksheet.WorksheetLayout,System.Int32)"]

Return Value

Int32
The first table row that is visible.
See Also