Click or drag to resize

WorksheetLayoutCollection(IDocumentNode) Constructor

Initializes a new instance of the WorksheetLayoutCollection class.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public WorksheetLayoutCollection(
	IDocumentNode documentParent
)

Parameters

documentParent  IDocumentNode
The parent document node.
See Also