ListGallery.Modified Property

True if the specified list template is not the built-in list template for that position in the list gallery.

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

Syntax

'Declaration
ReadOnly Property Modified ( _
    Index As Integer _
) As Boolean
    Get
'Usage
Dim instance As ListGallery
Dim Index As Integer
Dim value As Boolean

value = instance.Modified(Index)
bool this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32
    Required Integer. A number from 1 to 7 that corresponds to the position of the template in the Bullets and Numbering dialog box (Format menu). Excluding the None option, the templates are numbered from left to right, starting with the top row.

Property Value

Type: System.Boolean

Remarks

Use the Reset method to set a list template in a list gallery back to the built-in list template.

See Also

Reference

ListGallery Interface

ListGallery Members

Microsoft.Office.Interop.Word Namespace