You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TAnalysisList Class > TAnalysisList Methods > TAnalysisList.Renumerate Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TAnalysisList.Renumerate Method

Assign consecutive numbers to individual items.

Syntax
C#
Visual Basic
public virtual void Renumerate();

Assign consecutive numbers starting with 0 to every items ItemNumber property. This numbers are assigned when the Items are added automatically. However, if the items in the list are moved or deleted, renumbering is neccessary, if there are parts of code that depend upon ItemNumber property and ItemNumber must coincide with the Index in the list at which this component is located.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!