IndexSelectionIsSelected Method |
Determines whether the specified index nIndex is selected.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsSelected(
int nIndex
)
Parameters
- nIndex Int32
- Index.
Return Value
Booleantrue if the specified index is selected; otherwise,
false.
See Also