Outlines.Remove

Outlines.Remove method

Remove outline collection item.

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

Return Value

True - if item removed; otherwise, false.

See Also