Click or drag to resize

WindowCommands Class

Provides helper methods and comparers for opening and sorting worksheet and graph windows.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.CommandsWindowCommands

Namespace: Altaxo.Main.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class WindowCommands

The WindowCommands type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCloseAllGraphsAndTables Closes all open graph and worksheet views.
Public methodStatic memberGetAllGraphDocuments Adds all graph documents in the current project to the specified collection.
Public methodStatic memberGetAllTables Adds all tables in the current project to the specified collection.
Public methodStatic memberGetNonOpenGraphDocuments Adds all graph documents without an open view to the specified collection.
Public methodStatic memberGetNonOpenTables Adds all tables without an open view to the specified collection.
Public methodStatic memberOpenNonOpenGraphsAndTables Opens non-open graphs and tables and sorts them using the specified comparer.
Top
See Also