Table of Contents

Method SetSelection

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SetSelection(int, int, bool)

Moves the SelectedRow and SelectedColumn to the given col/row in Table. 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