ListLevel.ResetOnHigher Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ResetOnHigher As Integer
Get
Set
'Usage
Dim instance As ListLevel
Dim value As Integer
value = instance.ResetOnHigher
instance.ResetOnHigher = value
int ResetOnHigher { get; set; }
Property Value
Type: System.Int32
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.