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.3179.0 (4.8.3179.0)
Syntax
C#
public static class WorksheetCommands

The WorksheetCommands type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAddDataColumns 
Public methodStatic memberAddPropertyColumns 
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 
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 
Public methodStatic memberWorksheetClearData 
Top
See Also