Property MultiSelectedRegions
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; }