Property MultiSelectedRegions | Terminal.Gui v2 (original) (raw)
Namespace
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; }