NumericColumnProxyFromColumn Method |
Creates a proxy for a numeric 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 NumericColumnProxy FromColumn(
INumericColumn column
)
Parameters
- column INumericColumn
- The numeric column.
Return Value
NumericColumnProxyA proxy for the specified numeric column.
See Also