Worksheet |
public static class WorksheetCommands
The WorksheetCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDataColumns | Opens the dialog to add data columns. | |
| AddPropertyColumns | Opens the dialog to add property columns. | |
| CreatePropertyColumnOfColumnNames(DataTable) | This will create a property column as text column with the names of the data columns. | |
| CreatePropertyColumnOfColumnNames(IWorksheetController) | This will create a property column as text column with the names of the data columns. | |
| Duplicate | Duplicates the worksheet and opens it. | |
| ShowAddColumnsDialog | Shows a dialog to add columns to a table. | |
| ShowPropertyDialog | Shows the property dialog for this data table. | |
| Transpose | Transposes the worksheet into a new table. | |
| WorksheetClearData | Clears worksheet data and property column values. |