Word) (CaptionLabel.Separator 屬性
會傳回或設定在章節編號與序號之間的字元。 讀取/寫入 WdSeparatorType 。
語法
運算式。分離
需要 expression。 代表 'CaptionLabel' 物件的變數。
範例
這則範例會插入一個圖表標號,其中在章節編號與序號之間具有一個冒號 (:)。
With CaptionLabels("Figure")
.Separator = wdSeparatorColon
.IncludeChapterNumber = True
End With
Selection.InsertCaption "Figure"
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。