Method RemoveAt NamespaceAlternet.UI AssemblyAlternet.UI.Common.dll RemoveAt(int, int) Removes items starting at specified index. void RemoveAt(int index, int count = 1) Parameters index int The zero-based index of the item(s) to remove. count int Number of items to remove.