Click or drag to resize

MultiRenameDataColumnsOfObjectInformation Property

Stores columns of information for the objects to rename. Key is the column name. Value is a function which retrieves a string for each object, that appears as text in the column. The first argument of the function is the object (DataTable, Graph, etc.). The second argument is the new calculated name. Note that it is assumed that the first list item corresponds to the old name of the object. This is shown in the first column. The second column is reserved for the new name. Then the other columns follow.

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<KeyValuePair<string, Func<Object, string, string>>> ColumnsOfObjectInformation { get; }

Property Value

ListKeyValuePairString, FuncObject, String, String
See Also