Click or drag to resize

ExtractCommonColumnsToTableDataVisitDocumentReferences Method

Visits all document references.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void VisitDocumentReferences(
	DocNodeProxyReporter reportProxies
)

Parameters

reportProxies  DocNodeProxyReporter
The callback used to report proxies.
See Also