ListTemplate.OutlineNumbered 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.
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.