WorksheetControllerSetScrollPositionTo Method |
SetScrollPositions only sets the scroll positions, and not Invalidates the
Area!
Namespace: Altaxo.Gui.Worksheet.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void SetScrollPositionTo(
int nCol,
int nRow
)
Parameters
- nCol Int32
- first visible column (i.e. column at the left)
- nRow Int32
- first visible row (i.e. row at the top)
See Also