ListLevel.ResetOnHigher Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or returns the list level that must appear before the specified list level restarts numbering at 1. False if the numbering continues sequentially each time the list level appears.
public:
property int ResetOnHigher { int get(); void set(int value); };
public int ResetOnHigher { get; set; }
member this.ResetOnHigher : int with get, set
Public Property ResetOnHigher As Integer
Property Value
Remarks
This feature allows lists to be interleaved, maintaining numeric sequence. You cannot set the ResetOnHigher property of a list level to a value greater than or equal to its index in the ListLevels collection.