FileCommandsShowSaveAsDialog Method |
Shows the SaveAs dialog and then saves the worksheet (data table and the corresponding layout, including scripts) into a xml file.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ShowSaveAsDialog(
this WorksheetLayout worksheet,
bool saveAsTemplate
)
Parameters
- worksheet WorksheetLayout
- The worksheet to save.
- saveAsTemplate Boolean
- If true, the data are not saved, but only the layout of the worksheet (columns, property columns, scripts). If false, everything including the data is saved.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
WorksheetLayout. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also