Click or drag to resize

IProjectItemCollectionAdd Method

Adds the specified project item to the collection.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Add(
	IProjectItem projectItem
)

Parameters

projectItem  IProjectItem
The project item.
See Also