ListBox.SelectedCells

ListBox.SelectedCells property

Gets the selected cells. Returns null if the input range is not set or no item is selected

public Cell[] SelectedCells { get; }

See Also