Version

Template Property (RichTextList)

Specifies the list template to use for this list. ListTemplate contains the list settings, such as whether the list is bulleted or numbered.
Syntax
'Declaration
 
Public Property Template As ListTemplate
public ListTemplate Template {get; set;}
Remarks

Template property is used to specify a ListTemplate object that contains list settings, such as whether the list is bulleted or numbered. You can specifiy one of ListStyleId or Template but not both. If both are specified then ListStyleId will be ignored and information from the Template will be used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also