WorksheetLayoutCollectionItem(Guid) Property |
Gets the worksheet layout with the specified identifier.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic WorksheetLayout this[
Guid guid
] { get; }Parameters
- guid Guid
- The layout identifier.
Return Value
WorksheetLayoutThe worksheet layout.
See Also