AreaRetrievalGetVisiblePropertyColumns Method |
Gets the number of 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 GetVisiblePropertyColumns(
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 visible property columns.
See Also