Click or drag to resize

ReadableColumnProxyBaseFromColumn Method

Creates an IReadableColumnProxy from a given column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IReadableColumnProxy FromColumn(
	IReadableColumn? column
)

Parameters

column  IReadableColumn
The column.

Return Value

IReadableColumnProxy
An instance of IReadableColumnProxy. The type of instance returned depends on the type of the provided column (e.g. whether the column is part of the document or not).
See Also