ReadableColumnProxyGetName(Int32, IReadableColumn, AbsoluteDocumentPath) Method |
Gets a display name for the specified readable column and path at the requested detail level.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string GetName(
int level,
IReadableColumn? col,
AbsoluteDocumentPath InternalDocumentPath
)
Parameters
- level Int32
- The requested detail level.
- col IReadableColumn
- The readable column.
- InternalDocumentPath AbsoluteDocumentPath
- The internal document path of the proxied object.
Return Value
StringA display name for the specified column.
See Also