Hi there,
Is it possible to select multiple rows which aren't in the same order? I mean, something like:
?
I'm aware of the SelectCells method but that assumes that we need a range From and To.
Thanks.
Is it possible to select multiple rows which aren't in the same order? I mean, something like:
B4X:
gridAppList.SelectCell(0, 0, False)
gridAppList.SelectCell(3, 0, False)
gridAppList.SelectCell(4, 0, False)
?
I'm aware of the SelectCells method but that assumes that we need a range From and To.
Thanks.