ExchangeTablesOfPlotItemsDocumentTablesToChange Property |
Gets or sets dictionary with the tables to change and their replacement tables.
Namespace: Altaxo.Gui.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Dictionary<AbsoluteDocumentPath, DataTable> TablesToChange { get; set; }
Property Value
DictionaryAbsoluteDocumentPath,
DataTableThe 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