Remove

Remove(OutlineItemCollection)

删除大纲集合项。

public override bool Remove(OutlineItemCollection item)
范围类型描述
itemOutlineItemCollection要删除的项目。

返回值

True - 如果项目被移除;否则为假。

也可以看看


Remove(int)

按索引删除项目。

public void Remove(int index)
范围类型描述
indexInt32要删除的项目的索引。

也可以看看