OutlineItemCollection.Delete

Delete()

Deletes this outline item from the document outline hierarchy.

public void Delete()

See Also


Delete(string)

Deletes outline entry with specified name from the document outline hierarchy.

public void Delete(string name)
ParameterTypeDescription
nameStringTitle of outline entry will be deleted.

See Also