IProjectItemCollectionRemove(String) Method | 
            Removes the project item with the specified name.
            
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxbool 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