AreaRetrievalGetLastFullyVisiblePropertyColumn Method |
Gets the last fully visible property column.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int GetLastFullyVisiblePropertyColumn(
WorksheetLayout layout,
int VertScrollPos,
double TableAreaHeight
)
Parameters
- layout WorksheetLayout
- The worksheet layout.
- VertScrollPos Int32
- The vertical scroll position.
- TableAreaHeight Double
- The height of the table area.
Return Value
Int32The last fully visible property column.
See Also