Click or drag to resize

ReadableColumnProxyGetName(Int32, IReadableColumn, AbsoluteDocumentPath) Method

Gets a display name for the specified readable column and path at the requested detail level.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

String
A display name for the specified column.
See Also