Click or drag to resize

FileCommands Class

Provides routines for saving a worksheet layout and its corresponding table.
Inheritance Hierarchy
SystemObject
  Altaxo.WorksheetFileCommands

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class FileCommands

The FileCommands type exposes the following members.

Methods
 NameDescription
Public Extension MethodSave Saves the worksheet (data table and the corresponding layout, including scripts) into a xml file.
Public Extension MethodShowSaveAsDialog Shows the Save As dialog and then saves the worksheet (data table and the corresponding layout, including scripts) into an XML file.
Top
See Also