Section.ContinueNumbersFromPreviousSection 屬性 (Publisher)
如果 指定的區段繼續上一節的編號,則為 True。 可讀寫的 Boolean。
語法
運算式。ContinueNumbersFromPreviousSection
表達 代表 Section 物件的變數。
傳回值
布林值
範例
下面範例出版物中新增三頁、 加入新區段後的第一頁,並將 ContinueNumbersFromPreviousSection 設 為 False 的新區段。
Dim objSection As Section
ActiveDocument.Pages.Add Count:=3, After:=1
Set objSection = ActiveDocument.Sections.Add(StartPageIndex:=2)
objSection.ContinueNumbersFromPreviousSection = False
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。