Table of Contents

Method GetAllSelectedCells

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetAllSelectedCells()

Returns all cells in any MultiSelectedRegions (if MultiSelect is enabled) and the selected cell

public IEnumerable<Point> GetAllSelectedCells()

Returns

IEnumerable<Point>

Remarks

Return value is not affected by FullRowSelect (i.e. returned Points are not expanded to include all points on row).