ProjectBrowserExtensionsMoveDocuments Method |
Move the items given in the list (tables and graphs) to a new location. The new location is ask for in a dialog.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void MoveDocuments(
IList<Object> list
)
Parameters
- list IListObject
- List of items to move.
See Also