Click or drag to resize

NumericColumnProxyForStandaloneColumnsDocumentObject Method

Returns the document node. If the stored doc node is null, it is tried to resolve the stored document path. If that fails too, null is returned.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Object? DocumentObject()

Return Value

Object
The referenced document object, or if it can not be resolved.

Implements

IProxyDocumentObject
See Also