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