ListGallery Interface

Represents a single gallery of list formats.

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

Syntax

'Declaration
<GuidAttribute("00020994-0000-0000-C000-000000000046")> _
Public Interface ListGallery
'Usage
Dim instance As ListGallery
[GuidAttribute("00020994-0000-0000-C000-000000000046")]
public interface ListGallery

Remarks

The ListGallery object is a member of the ListGalleries collection. Each ListGallery object represents one of the three tabs in the Bullets and Numbering dialog box.

Use ListGalleries(index), where index is wdBulletGallery, wdNumberGallery, or wdOutlineNumberGallery, to return a single ListGallery object.

To see whether the specified list template contains the formatting built into Microsoft Word, use the Modified property for the ListGallery object. To reset formatting to the original list format, use the Reset method for the ListGallery object.

See Also

Reference

ListGallery Members

Microsoft.Office.Interop.Word Namespace