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