NumericColumnProxyBaseFromColumn Method |
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static INumericColumnProxy FromColumn(
INumericColumn? column
)
Parameters
- column INumericColumn
- The column.
Return Value
INumericColumnProxyAn instance of
INumericColumnProxy. 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