ReadableColumnProxyBaseFromColumn Method |
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IReadableColumnProxy FromColumn(
IReadableColumn? column
)
Parameters
- column IReadableColumn
- The column.
Return Value
IReadableColumnProxyAn 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