Click or drag to resize

IDataColumnControllerSetIndex Method

Sets the index of this controller. Can be used in the view to show the index of the data column. The same index is shown in the data column view again. In this way the column in the row selection can be matched with the column in the data column view.

Namespace: Altaxo.Gui.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetIndex(
	int idx
)

Parameters

idx  Int32
The index.
See Also