Click or drag to resize

IReadableColumnProxyDocument 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#
IReadableColumn? Document()

Return Value

IReadableColumn
The held readable column, or if it is no longer available.
See Also