Property MultiSelectedRegions | Terminal.Gui v2 (original) (raw)

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<TableSelection> MultiSelectedRegions { get; }

Property Value

Stack<TableSelection>

Edit this page