ListGallery.ListTemplates Property
Returns a ListTemplates collection that represents all the list formats for the specified list gallery.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ListTemplates As ListTemplates
Get
'Usage
Dim instance As ListGallery
Dim value As ListTemplates
value = instance.ListTemplates
ListTemplates ListTemplates { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ListTemplates