Click or drag to resize

WorksheetCommands Class

WorksheetCommands contain operations concerning the worksheet itself, such as rename.
Inheritance Hierarchy
SystemObject
  Altaxo.Worksheet.CommandsWorksheetCommands

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

The WorksheetCommands type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAddDataColumns Opens the dialog to add data columns.
Public methodStatic memberAddPropertyColumns Opens the dialog to add property columns.
Public methodStatic memberCreatePropertyColumnOfColumnNames(DataTable) This will create a property column as text column with the names of the data columns.
Public methodStatic memberCreatePropertyColumnOfColumnNames(IWorksheetController) This will create a property column as text column with the names of the data columns.
Public methodStatic memberDuplicate Duplicates the worksheet and opens it.
Public methodStatic memberShowAddColumnsDialog Shows a dialog to add columns to a table.
Public Extension MethodShowPropertyDialog Shows the property dialog for this data table.
Public methodStatic memberTranspose Transposes the worksheet into a new table.
Public methodStatic memberWorksheetClearData Clears worksheet data and property column values.
Top
See Also