OutlineItemCollection.Remove

Remove(OutlineItemCollection)

Remove outline collection item.

public override bool Remove(OutlineItemCollection item)
ParameterTypeDescription
itemOutlineItemCollectionItem to delete.

Return Value

True - if item removed; otherwise, false.

See Also


Remove(int)

Remove item by index.

public void Remove(int index)
ParameterTypeDescription
indexInt32Index of item to be deleted.

See Also