Method SetSelection | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

SetSelection(int, int, bool)

Moves the SelectedRow and SelectedColumn to the given col/row inTable. Optionally starting a box selection (see MultiSelect)

public void SetSelection(int col, int row, bool extendExistingSelection)

Parameters

col int

row int

extendExistingSelection bool

True to create a multi cell selection or adjust an existing one

Edit this page