AreaRetrievalGetFullyVisiblePropertyColumns(Double, Double, WorksheetLayout, Int32) Method |
Gets the number of fully visible property columns between two vertical coordinates.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int GetFullyVisiblePropertyColumns(
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 property columns.
See Also