IAscendingIntegerCollectionViewSetRangeListSource Method |
Sets the source of the range list.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SetRangeListSource(
IEnumerable<Object> source
)
Parameters
- source IEnumerableObject
- The source items.
See Also