[]
        
(Showing Draft Content)

C1.Framework.ElementList.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the Element at the specified index from the list.

Declaration
public override void RemoveAt(int index)
Parameters
Type Name Description
int index

The index of the Element to remove.

Overrides