Click or drag to resize

WorksheetLayoutCollectionItem(Guid) Property

Gets the worksheet layout with the specified identifier.

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

Parameters

guid  Guid
The layout identifier.

Return Value

WorksheetLayout
The worksheet layout.
See Also