Table of Contents

Property MultiSelectedRegions

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MultiSelectedRegions

When MultiSelect is enabled this property contain all rectangles of selected cells. Rectangles describe column/rows selected in Table (not screen coordinates)

public Stack<TableView.TableSelection> MultiSelectedRegions { get; }

Property Value

Stack<TableView.TableSelection>