Click or drag to resize

ReadableColumnProxy(IDocumentLeafNode) Constructor

Initializes a new instance of the ReadableColumnProxy class for the specified document column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected ReadableColumnProxy(
	IDocumentLeafNode column
)

Parameters

column  IDocumentLeafNode
The document column to proxy.
See Also