AreaRetrievalGetFirstVisiblePropertyColumn(Double, WorksheetLayout, Int32) Method |
Gets the first visible property column below the specified top coordinate.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int GetFirstVisiblePropertyColumn(
double top,
WorksheetLayout layout,
int VertScrollPos
)
Parameters
- top Double
- The top y coordinate.
- layout WorksheetLayout
- The worksheet layout.
- VertScrollPos Int32
- The vertical scroll position.
Return Value
Int32The first visible property column below the specified coordinate, or
-1 if none is visible.
See Also