Click or drag to resize

WorksheetLayoutCollectionGetChildObjectNamed Method

[Missing <summary> documentation for "M:Altaxo.Worksheet.WorksheetLayoutCollection.GetChildObjectNamed(System.String)"]


Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override IDocumentLeafNode GetChildObjectNamed(
	string name
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.Worksheet.WorksheetLayoutCollection.GetChildObjectNamed(System.String)"]

Return Value

IDocumentLeafNode

[Missing <returns> documentation for "M:Altaxo.Worksheet.WorksheetLayoutCollection.GetChildObjectNamed(System.String)"]

Implements

INamedObjectCollectionGetChildObjectNamed(String)
INamedObjectCollectionGetChildObjectNamed(String)
See Also