[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the element at the specified index of the StructList<T>.

Declaration
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

The zero-based index of the element to remove.