共用方式為


Word) (ListFormat.SingleList 屬性

True 是表示 如果指定的 ListFormat 物件包含一個清單。 唯讀的 Boolean

語法

expressionSingleList

表達 會傳回 'ListFormat' 物件的運算式。

範例

本範例會檢查選取範圍是否只含有一個清單。 如果是的話,範例會將預設編號清單範本套用至選取範圍。

temp = Selection.Range.ListFormat.SingleList 
If temp = True Then 
 Selection.Range.ListFormat.ApplyNumberDefault 
End If

另請參閱

ListFormat 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應