remove
Description:
[
Version ( since =
"2.44" ) ]
public void remove (
uint position)
Removes the item from this that is at position.
position must be smaller than the current length of the list.
Use splice to remove multiple items at the same time efficiently.
Parameters:
| this |
a ListStore
|
| position |
the position of the item that is to be removed
|