Click or drag to resize

INumericColumnProxyDocument Method

Returns the held object. Null can be returned if the object is no longer available, for example because it was disposed.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
INumericColumn? Document()

Return Value

INumericColumn
The held numeric column, or if it is no longer available.
See Also