AreaRetrievalGetFirstVisibleTableRow(Double, WorksheetLayout, Int32) Method |
Gets the first table row that is visible under the coordinate top.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int GetFirstVisibleTableRow(
double top,
WorksheetLayout layout,
int VertScrollPos
)
Parameters
- top Double
- The upper coordinate of the clipping rectangle.
- layout WorksheetLayout
- Worksheet layout referring to.
- VertScrollPos Int32
- Value of the vertical scroll bar.
Return Value
Int32The first table row that is visible below the top coordinate.
See Also