WorksheetCommandsShowAddColumnsDialog Method |
Shows a dialog to add columns to a table.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ShowAddColumnsDialog(
DataTable table,
bool bAddToPropertyColumns
)
Parameters
- table DataTable
- The table where to add the columns.
- bAddToPropertyColumns Boolean
- If true, the columns are added to the property columns instead of the data columns collection.
See Also