AreaRetrievalGetVisibleTableRows Method |
How many data rows are visible between top and bottom?
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int GetVisibleTableRows(
double top,
double bottom,
WorksheetLayout layout,
int VertScrollPos
)
Parameters
- top Double
- The top y coordinate.
- bottom Double
- The bottom y coordinate.
- layout WorksheetLayout
- Worksheet layout referring to.
- VertScrollPos Int32
- Value of the vertical scroll bar.
Return Value
Int32The number of data rows visible between these two coordinates.
See Also