Share via


ListTemplate.OutlineNumbered Property

True if the specified ListTemplate object is outline numbered.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property OutlineNumbered As Boolean
    Get
    Set
'Usage
Dim instance As ListTemplate
Dim value As Boolean

value = instance.OutlineNumbered

instance.OutlineNumbered = value
bool OutlineNumbered { get; set; }

Property Value

Type: System.Boolean

Remarks

Setting this property to False converts the list template to a single-level list that uses the formatting of the first level.

You cannot set this property for a ListTemplate object returned from a ListGallery object.

See Also

Reference

ListTemplate Interface

ListTemplate Members

Microsoft.Office.Interop.Word Namespace