Click or drag to resize

IReadableColumnProxyGetName Method

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

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

Parameters

level  Int32
The name level.

Return Value

String
The name of the column held by this proxy.
See Also