Click or drag to resize

ReadableColumnProxyGetName(Int32) Method

Gets the name of the column that is held by this proxy.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string GetName(
	int level
)

Parameters

level  Int32
The name level.

Return Value

String
The name of the column held by this proxy.

Implements

IReadableColumnProxyGetName(Int32)
See Also