Click or drag to resize

WorksheetLayoutCollectionItem(String) Property

Gets the worksheet layout with the specified identifier string.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public WorksheetLayout this[
	string guidAsString
] { get; }

Parameters

guidAsString  String
The layout identifier as string.

Return Value

WorksheetLayout
The worksheet layout.
See Also