Click or drag to resize

WorksheetCommandsShowAddColumnsDialog Method

Shows a dialog to add columns to a table.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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