Click or drag to resize

IAscendingIntegerCollectionViewSetRangeListSource Method

Sets the source of the range list.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetRangeListSource(
	IEnumerable<Object> source
)

Parameters

source  IEnumerableObject
The source items.
See Also