Click or drag to resize

ColumnCommandsExtractPropertyValues Method

Extracts the property values of the selected property columns.

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

Parameters

ctrl  IWorksheetController
The controller that controls the table.
See Also