Paragraph.ListNumberOriginal Property
Returns an Integer that represents the original list level for a paragraph. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ListNumberOriginal ( _
Level As Short _
) As Short
Get
'Usage
Dim instance As Paragraph
Dim Level As Short
Dim value As Short
value = instance.ListNumberOriginal(Level)
short this[
short Level
] { get; }
Parameters
- Level
Type: System.Int16
Specifies the list level.
Property Value
Type: System.Int16