AreaRetrievalGetFullyVisibleTableRows Method |
Gets the number of fully visible table rows between two vertical coordinates.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int GetFullyVisibleTableRows(
double top,
double bottom,
WorksheetLayout layout,
int VertScrollPos
)
Parameters
- top Double
- The top y coordinate.
- bottom Double
- The bottom y coordinate.
- layout WorksheetLayout
- The worksheet layout.
- VertScrollPos Int32
- The vertical scroll position.
Return Value
Int32The number of fully visible table rows.
See Also