ReadableColumnProxyFromColumn Method |
Creates a proxy for a readable column that belongs to the document hierarchy.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static ReadableColumnProxy FromColumn(
IReadableColumn column
)
Parameters
- column IReadableColumn
- The readable column.
Return Value
ReadableColumnProxyA proxy for the specified readable column.
See Also