Click or drag to resize

IndexSelectionIsSelected Method

Determines whether the specified index nIndex is selected.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsSelected(
	int nIndex
)

Parameters

nIndex  Int32
Index.

Return Value

Boolean
true if the specified index is selected; otherwise, false.
See Also