Click or drag to resize

ExchangeTablesOfPlotItemsDocumentTablesToChange Property

Gets or sets dictionary with the tables to change and their replacement tables.

Namespace: Altaxo.Gui.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Dictionary<AbsoluteDocumentPath, DataTable> TablesToChange { get; set; }

Property Value

DictionaryAbsoluteDocumentPath, DataTable
The replacement dictionary. Key is the AbsoluteDocumentPath to the old table (thus non-existing tables can also be keys!). The values are the replacement tables.
See Also