Click or drag to resize

WorksheetCommandsCreatePropertyColumnOfColumnNames(IWorksheetController) Method

This will create a property column as text column with the names of the data columns.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void CreatePropertyColumnOfColumnNames(
	IWorksheetController ctrl
)

Parameters

ctrl  IWorksheetController
The worksheet controller.
See Also