ListGallery.Modified[Int32] Property

Definition

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

public:
 property bool Modified[int] { bool get(int Index); };
public bool Modified[int Index] { get; }
member this.Modified(int) : bool
Public ReadOnly Property Modified(Index As Integer) As Boolean

Parameters

Index
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

Remarks

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

Applies to