ListTemplate.OutlineNumbered Property

Definition

True if the specified ListTemplate object is outline numbered.

public:
 property bool OutlineNumbered { bool get(); void set(bool value); };
public bool OutlineNumbered { get; set; }
member this.OutlineNumbered : bool with get, set
Public Property OutlineNumbered As Boolean

Property Value

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.

Applies to