IProjectItemCollectionRemove(IProjectItem) Method |
Removes the specified project item.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool Remove(
IProjectItem projectItem
)
Parameters
- projectItem IProjectItem
- The project item.
Return Value
BooleanTrue if the specified item was part of the collection and could be removed; otherwise, false.
See Also