Click or drag to resize

SelectableListNodeListGetSelectedIndices Method

Gets the indices of all selected items.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int[] GetSelectedIndices()

Return Value

Int32
An array containing the indices of all selected items.
See Also