Word) (ListGallery.Modified 屬性
True 是表示 如果指定的清單範本不是內建清單範本的清單庫中的位置。 唯讀的 Boolean。
語法
expression。 Modified
(索引)
表達 會傳回 'ListGallery' 物件的運算式。
註解
使用 Reset 方法可設定的清單範本回內建清單範本清單庫中。
範例
This example checks to see whether the first template on the Bulleted tab in the Bullets and Numbering dialog box has been changed. If it has, the list template is reset.
temp = ListGalleries(wdBulletGallery).Modified(1)
If temp = True Then
ListGalleries(wdBulletGallery).Reset(1)
Else
Msgbox "This is the built-in list template."
End If
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。