IRowSelectionVisitDocumentReferences Method |
Visits document references so path items (for example, tables and columns) can be replaced by other paths.
This makes it possible to change a plot so that plot items refer to another table.
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid VisitDocumentReferences(
DocNodeProxyReporter Report
)
Parameters
- Report DocNodeProxyReporter
- Function that reports the found DocNodeProxy instances to the visitor.
See Also