RemoveAt

DocumentTableRelationCollection.RemoveAt method

Removes the relation at the specified index from the collection.

public void RemoveAt(int index)
Parameter Type Description
index Int32 The index of the relation to remove.

See Also